node-jsfl-runner
TypeScript icon, indicating that this package has built-in type declarations

0.2.4 • Public • Published

node-jsfl-runner

To Compile

  • Install TypeScript & TSD
  • tsd reinstall -o
  • tsd rebundle
  • tsc

To Get

  • npm install node-jsfl-runner

Method description

  • createJSFL(jsfl: JSFL, outputFileName: string, initParams: Array, callback: (err?: NodeJS.ErrnoException, outputFileName?: string) => void): void
  • deleteJSFL(fileName: string, callback: (err?: NodeJS.ErrnoException) => void): void
  • runJSFL(execOpts: Object, jsflName: string, callback: (err?: NodeJS.ErrnoException) => void): void

Example

  • Check out example/usage.ts for sample usage.

Readme

Keywords

none

Package Sidebar

Install

npm i node-jsfl-runner

Weekly Downloads

8

Version

0.2.4

License

ISC

Last publish

Collaborators

  • mrandolph