A set of utilities for TypeScript projects
$ npm install @ts-all/indeximport { getRandomNum } from '@ts-all/index';
// outputs a random number in range of 9~99
console.log(getRandomNum(9, 99));| Name | Name | Last commit date | ||
|---|---|---|---|---|
A set of utilities for TypeScript projects
$ npm install @ts-all/indeximport { getRandomNum } from '@ts-all/index';
// outputs a random number in range of 9~99
console.log(getRandomNum(9, 99));