@nodesuite/is
v0.3.32
Published
JavaScript runtime type inference utilities.
Downloads
54
Maintainers
Readme
@nodesuite/is
Summary
Runtime checking of JavaScript variable types with TypeScript type guards.
Installation
pnpm install @nodesuite/is
Credit
Many of the definitions within this package are sourced or modified from the original sindresorhus/is library.
Additionally, the type guard system leans heavily on the sindresorhus/type-fest library by the same author.
Importantly, the api surfaces of the two packages are fundamentally different so care should be taken to not attempt to use the same functions expecting the same result.