streamline-node
v3.1.2
Published
Typescript definitions for streamline
Downloads
21
Readme
Streamline.js type definitions for node.js API
Streamline needs global-level type definitions and
the typings
tool only handles module-level type definitions.
So I recommend using tsdm
instead.
# Install tsdm globally (if not already done)
$ npm install tsdm --global
# Install streamline-runtime and streamline-node
# and add them to your package.json.
$ npm install --save-dev streamline-runtime streamline-node
# Link the definitions
$ tsdm rewire
# Enjoy :-)