0.2.10 • Published 1 year ago

@ts-all/index v0.2.10

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@ts-all/index

A set of utilities for TypeScript projects

Usage

$ npm install @ts-all/index
import { getRandomNum } from '@ts-all/index';

// outputs a random number in range of 9~99
console.log(getRandomNum(9, 99));
# add the flag to make node to find the esmodules
$ node --es-module-specifier-resolution=node ./dist/app.js
0.2.10

1 year ago

0.2.7

1 year ago

0.2.9

1 year ago

0.2.8

1 year ago

0.2.6

1 year ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.5

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.5

2 years ago

0.1.2

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago