@crossingminds/utils
v0.6.0
Published
Tiny general use utility functions
Downloads
9,760
Readme
@crossingminds/utils
A collection of utilities commonly used throughout Crossing Minds libraries and apps.
Feel free to use these helpful functions in your apps too.
Type Documentation
For the most up-to-date information on exports and interfaces, please visit TS Docs.
Note: This documentation is currently in beta and works most of the time.
Installation
For npm CLI users
npm install @crossingminds/utils
Crossing Minds recommends using pnpm as your package manager CLI.
pnpm add @crossingminds/utils
This library is written with TypeScript, so types are always included. ES modules (ESM) and Common JS (CJS) modules are exported, your build system will probably use the correct modules on it's own.
Use
import { runtimeTypeChecking } from "@crossingminds/utils";