0.0.35 • Published 8 years ago

nuclide-external-interfaces v0.0.35

Weekly downloads
26
License
SEE LICENSE IN LI...
Repository
github
Last release
8 years ago

nuclide-external-interfaces

Type declarations for external APIs used by Nuclide packages. These are designed to be used with the Flow type checker.

Usage

  1. Add nuclide-external-interfaces as a development dependency in package.json:

    "devDependencies": {
      "nuclide-external-interfaces": "0.0.0"
    }
  2. Run the setup script to symlink the local NPM package:

    ./scripts/dev/setup
  3. Reference the interfaces in the local .flowconfig:

    [libs]
    ./node_modules/nuclide-external-interfaces/1.0/
0.0.35

8 years ago

0.0.34

8 years ago

0.0.32

9 years ago

0.0.31

9 years ago

0.0.0

9 years ago