1.3.0 • Published 2 years ago

@lido-nestjs/utils v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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