Skip to content

TypeScript type declarations for `fbp-graph`

License

Notifications You must be signed in to change notification settings

am01264/types-fbp-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

types-fbp-graph

TypeScript type declarations for fbp-graph

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.

How To Use

Step 1 : Installation

Install into your project with npm as follows:

$ npm install types-fbp-graph

Step 2: Include typeRoots in your tsconfig.json

In your tsconfig.json file, add the following

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

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

...and that's it.

About

TypeScript type declarations for `fbp-graph`

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published