@pakal/-all
v0.2.1
Published
All is a group of packages of Pakal library
Downloads
7
Maintainers
Readme
@pakal/-all
All is a group of packages of Pakal library
Install
$ yarn add @pakal/-all
Or
$ npm install --save @pakal/-all
Use
Module
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
<script src="https://unpkg.com/@pakal/-all/bundle.umd.min.js"></script>
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
} = _;
License
Copyright © Yisrael Eliev, Licensed under the MIT license.