nuclide-external-interfaces
v0.0.35
Published
Atom type declarations for use with the Flow type checker
Readme
nuclide-external-interfaces
Type declarations for external APIs used by Nuclide packages. These are designed to be used with the Flow type checker.
Usage
Add
nuclide-external-interfacesas a development dependency in package.json:"devDependencies": { "nuclide-external-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-external-interfaces/1.0/
