Type is a group of packages of Pakal library
npm install @pakal/-typeType is a group of packages of Pakal library
sh
$ yarn add @pakal/-type
`
Or
`sh
$ npm install --save @pakal/-type
`Use
Module
`typescript
import {
isKindOf,
isNative,
isTypeOf,
kindOf,
tagOf,
toPrimitive,
typeOf,
$bigint,
$boolean,
$function,
$null,
$number,
$object,
$string,
$symbol,
$undefined,
ITypeKeys
} from '@pakal/-type';
`Browser
`html
`
`typescript
let {
isKindOf,
isNative,
isTypeOf,
kindOf,
tagOf,
toPrimitive,
typeOf,
$bigint,
$boolean,
$function,
$null,
$number,
$object,
$string,
$symbol,
$undefined
} = _;
``