0.1.1 • Published 6 years ago
ts-npm-demo v0.1.1
ts-hi
Install
npm install ts-hi
yarn add ts-hiUsage
Typescript
import { add } from 'ts-hi';
console.log(add(1, 2));javascript
import add = require('ts-hi).add;
console.log(add(1, 2));Test
npm run test0.1.1
6 years ago