Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 208 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 208 Bytes

ts-utils

A library of utilities for Typescript.

Install

yarn add @tellurian/ts-utils

Example

import { range } from '@tellurian/ts-utils';

range(0, 5).forEach(console.log);