Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Latest commit

 

History

History
46 lines (35 loc) · 1.27 KB

README.md

File metadata and controls

46 lines (35 loc) · 1.27 KB

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