Skip to content

typescript-toolkit 4.2.0

Install from the command line:
Learn more about npm packages
$ npm install @peerigon/typescript-toolkit@4.2.0
Install via package.json:
"@peerigon/typescript-toolkit": "4.2.0"

About this version

typescript-toolkit

πŸ”§βœ¨ Tiny helpers for TypeScript applications

Version on NPM Version on JSR Semantically released Monthly downloads on NPM License

Small, focused utilities you import one at a time.

Features

  • 🎯 High-quality module design
  • ⚑ Lightweight sub-package exports
  • πŸ“¦ Tree-shakeable ES modules
  • βœ… Zero dependencies

Installation

npm install @peerigon/typescript-toolkit --save

Also available on JSR.

Usage

Import only the utilities you need. Each one is exposed as its own subpath:

import { assert } from "@peerigon/typescript-toolkit/assert";

Utilities

Module Description Docs
assert Assert a value is not null or undefined, with TypeScript narrowing β†’
need Assert a value is not null or undefined and return it with a narrowed type β†’
dedupe Remove duplicate values from an array while preserving first-occurrence order β†’
emitter Minimal typed event emitter with payload objects per event β†’
enums Lightweight string-enum alternative for erasableSyntaxOnly TypeScript projects β†’
match Exhaustive pattern matching with compile-time case checks, similar to switch β†’
metadata Typed metadata attached to objects via per-channel WeakMap stores β†’
namespace Hierarchical namespaces with exclusive member claims and dotted prefixes β†’
result Type-safe error handling with pending, success, and error states β†’
signals Push-based reactive state with explicit watchers and signal.from adapters β†’
sleep Promise-based delay with optional AbortSignal cancellation β†’
stable-stringify Deterministic stringify for JSON + Map/Set/BigInt/Symbol/Date/RegExp β†’
stable-stringify/json JSON-only deterministic JSON.stringify with sorted object keys β†’
unwrap Extract values from Result or nullable types, with optional fallback support β†’

License

MIT

Sponsors

Peerigon

Details


Assets

  • typescript-toolkit-4.2.0.tgz

Download activity

  • Total downloads 0
  • Last 30 days 0
  • Last week 0
  • Today 0