JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q40596F
  • License MIT

Pakal is utilities modules, written in typescript.

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

Source Code Version MIT License Bundle Size TypeScript

Pakal is utilities modules, written in typescript.

Install

$ yarn add pakal

Or

$ npm install --save pakal

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';

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.