@potentii/type-utils
v1.0.1
Published
Type utilities
Maintainers
Readme
Type Utils
Type utilities
Installing
$ npm install @potentii/type-utilsUsage
import { TypeOf } from '@potentii/type-utils';
TypeOf.checkValue('my-value', 45, 'number', true);