This package has been deprecated

Author message:

For now, this project is deprecated. I no longer use or work on it, and doubt others are using it. If by any chance you were using this, and would like to see more of it in some form, let me know: justnvdm@gmail.com

oz-eval

0.1.1 • Public • Published

oz-eval

Build Status

oz's eval components

example

install

browser

$ bower install oz-eval

node.js

$ npm install oz-eval

usage

browser

For bundling systems supporting commonjs, require('oz-eval').

The libary is also accessible via one of the build/ files:

  • oz-eval.js: oz-eval without its dependencies
  • oz-eval.all.js: oz-eval with its dependencies bundled
  • oz-eval.min.js: minified build of oz-eval
  • oz-eval.all.js: minified build of oz-eval with its dependencies bundled

If no module system is found, the oz-eval is exposed as the global ozeval.

nodejs

require('oz-eval')

api

ozeval(opts)

opts:

  • in: the input signal to use for reading evaluation requests
  • out: the output signal to use for sending evaluation results and errors
  • eval: (optional) the evaluation function to use. Defaults to an indirectly called eval.

Readme

Keywords

Package Sidebar

Install

npm i oz-eval

Weekly Downloads

0

Version

0.1.1

License

MIT

Last publish

Collaborators

  • justinvdm