git-svn-id: https://svn.libreccm.org/ccm/trunk@5722 8810af33-2d31-482b-a856-94f89814c4df |
||
|---|---|---|
| .. | ||
| dist | ||
| LICENSE | ||
| README.md | ||
| package.json | ||
| typings.json | ||
README.md
Typings Core
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