nuclide-debugger-interfaces
v0.0.35
Published
Nuclide debugger type declarations for use with the Flow type checker
Readme
Nuclide Debugger Interfaces
Nuclide debugger type declarations for use with the Flow type checker.
Usage
Add
nuclide-debugger-interfacesas a development dependency in package.json:"devDependencies": { "nuclide-debugger-interfaces": "0.0.0" }Run the setup script to symlink the local NPM package:
./scripts/dev/setupReference the interfaces in the local
.flowconfig:[libs] ./node_modules/nuclide-debugger-interfaces/
