Package Exports
- pakal
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (pakal) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
pakal
Pakal is utilities modules, written in typescript.
Install
$ yarn add pakalOr
$ npm install --save pakalUse
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';Browser
<script src="https://unpkg.com/pakal/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.