UNPKG

feats

Version:

A comprehensive TypeScript utility library featuring fluent text building, type-safe switching, duration utilities, React hooks, and extended array/object prototypes for modern JavaScript development.

5 lines (4 loc) 215 B
import { text, TextBuilder } from "./text"; import { SwitcherOptions, Switcher, switcher } from "./switcher"; export { text, type TextBuilder, SwitcherOptions, type Switcher, switcher }; export * from "./duration";