Set of useful TypeScript utilities and helpers.
Via Yarn
yarn add @wavevision/ts-utils
or npm
npm install --save @wavevision/ts-utils
The package contains useful functions for:
- components β get
displayName
of a React component with fallback for unknown - dom β create data attributes, get typed elements by various selectors (browser only)
- numbers β generate numeric IDs, format floats
- strings β generate random strings, format, capitalize, shallow stringify objects
- type β type safe checkers
- url β parse current URL including query string (browser only)