Appearance
Get Started
tsu is an opinionated collection of TypeScript utility functions that emerged from patterns written repeatedly across projects.
Installation
Install with your favourite package manager:
sh
npm install tsush
pnpm add tsush
yarn add tsush
bun install tsuImport as required:
ts
// ESM
import { ... } from 'tsu'ts
// CommonJS
const { ... } = require('tsu')