Bones/node_modules/typings-core
SOUTHERNCO\x2mjbyrn 7efe7605b8 Template Upload
2017-05-17 13:45:25 -04:00
..
dist Template Upload 2017-05-17 13:45:25 -04:00
node_modules Template Upload 2017-05-17 13:45:25 -04:00
LICENSE Template Upload 2017-05-17 13:45:25 -04:00
package.json Template Upload 2017-05-17 13:45:25 -04:00
README.md Template Upload 2017-05-17 13:45:25 -04:00
typings.json Template Upload 2017-05-17 13:45:25 -04:00

Typings Core

NPM version NPM downloads Travis status Appveyor status Test coverage

The core logic for Typings.

Usage

import * as typings from 'typings-core'

Contributing

# Installation
# Fork this repo (https://github.com/typings/core)
# Clone the fork (E.g. `https://github.com/<your_username>/core.git`)
cd core
npm run bootstrap

# Build
npm run build

# Test
npm run test

License

MIT