@ts-all/index
TypeScript icon, indicating that this package has built-in type declarations

0.2.10 • Public • Published

@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

Readme

Keywords

Package Sidebar

Install

npm i @ts-all/index

Weekly Downloads

1

Version

0.2.10

License

MIT

Unpacked Size

27.3 kB

Total Files

36

Last publish

Collaborators

  • emeryao