The core logic for Typings.
import * as typings from 'typings-core'
# 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
MIT