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

typings/core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

78c9605 · Dec 12, 2023
Nov 8, 2016
Jun 28, 2016
Jun 3, 2017
Apr 9, 2017
Mar 4, 2016
Nov 8, 2016
Jun 3, 2017
Mar 4, 2016
Mar 9, 2016
Dec 12, 2023
Mar 25, 2016
Jun 23, 2017
Dec 9, 2016
May 15, 2016
Sep 22, 2016

Repository files navigation

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