1.0.1 • Published 3 years ago
@potentii/type-utils v1.0.1
Type Utils
Type utilities
Installing
$ npm install @potentii/type-utils
Usage
import { TypeOf } from '@potentii/type-utils';
TypeOf.checkValue('my-value', 45, 'number', true);
Type utilities
$ npm install @potentii/type-utils
import { TypeOf } from '@potentii/type-utils';
TypeOf.checkValue('my-value', 45, 'number', true);