@poolsea-nestjs/utils
v1.0.0
Published
Utils for Lido Finance projects. Part of [Lido NestJS Modules](https://github.com/lidofinance/lido-nestjs-modules/#readme)
Downloads
3
Maintainers
Readme
Utils
Utils for Lido Finance projects. Part of Lido NestJS Modules
Install
yarn add @poolsea-nestjs/utils
Usage
Range
import { range } from '@poolsea-nestjs/utils';
console.log(range(0, 4)); // 0, 1, 2, 3