0.2.1 • Published 5 years ago

@pakal/-all v0.2.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@pakal/-all

Source Code Version MIT License Bundle Size TypeScript

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.