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