1.1.14 • Published 4 years ago

types-noflo v1.1.14

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

types-noflo

TypeScript type declarations for noflo

Warning: While I've tried to make this as accurate as possible, errors may have been made. If you find a discrepancy, file an issue and I'll fix it for you.

How To Use

Step 1 : Installation

Install into your project with npm as follows:

$ npm install types-noflo

Step 2: Include typeRoots in your tsconfig.json

In your tsconfig.json file, add the following

{
    // ...
    "compilerOptions": {
        //...
        "typeRoots": [
            // Include this project
            "./node_modules/types-noflo/",

            // ...and it's dependencies:
            "./node_modules/types-fbp-graph/", 

            // ...and don't forget to add:
            "./node_modules/@types/"
            // If you do forget, other @types/* won't load. 
        ]
        //...
    }
    // ...
}

...and that's it.

1.1.14

4 years ago

1.1.13

4 years ago

1.1.9

4 years ago

1.1.11

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.3

4 years ago