/npm-resolve-from

The type definition for https://github.com/sindresorhus/resolve-from

Primary LanguageTypeScriptMIT LicenseMIT

Typed Resolve From

The type definition for resolve-from

LICENSE

MIT

Contributing

# Fork this repo
npm install

npm run watch

# add tests, make changes, pass tests ... then [ctrl+c]
npm run publish

Updating

Update package.json/version to match the source version you are typing against. e.g. if you are creating typings for chai@3.5.0, then:

// package.json
{
  "version": "3.5.0"
  // ...
}