All is a group of packages of Pakal library
npm install @pakal/-allAll is a group of packages of Pakal library
sh
$ yarn add @pakal/-all
`
Or
`sh
$ npm install --save @pakal/-all
`Use
Module
`typescript
import {
arity,
assertify,
assign,
curry,
__,
CurriedFn,
CurriedFn2,
CurriedFn3,
CurriedFn4,
CurriedFn5,
IPlaceholder,
forEach,
getGlobal,
isKindOf,
isNative,
isTypeOf,
keys,
kindOf,
reduce,
safify,
tagOf,
toPrimitive,
tryify,
typeOf,
$bigint,
$boolean,
$function,
$null,
$number,
$object,
$string,
$symbol,
$undefined,
ITypeKeys,
uniqueId,
uniqueKey
} from '@pakal/-all';
`Browser
`html
`
`typescript
let {
arity,
assertify,
assign,
curry,
__,
forEach,
getGlobal,
isKindOf,
isNative,
isTypeOf,
keys,
kindOf,
reduce,
safify,
tagOf,
toPrimitive,
tryify,
typeOf,
$bigint,
$boolean,
$function,
$null,
$number,
$object,
$string,
$symbol,
$undefined,
uniqueId,
uniqueKey
} = _;
``