@pakal/-type
TypeScript icon, indicating that this package has built-in type declarations

0.2.1 • Public • Published

@pakal/-type

Source Code Version MIT License Bundle Size TypeScript

Type is a group of packages of Pakal library

Install

$ yarn add @pakal/-type

Or

$ npm install --save @pakal/-type

Use

Module

import {
  isKindOf,
  isNative,
  isTypeOf,
  kindOf,
  tagOf,
  toPrimitive,
  typeOf,
  $bigint,
  $boolean,
  $function,
  $null,
  $number,
  $object,
  $string,
  $symbol,
  $undefined,
  ITypeKeys
} from '@pakal/-type';

Browser

<script src="https://unpkg.com/@pakal/-type/bundle.umd.min.js"></script>
let {
  isKindOf,
  isNative,
  isTypeOf,
  kindOf,
  tagOf,
  toPrimitive,
  typeOf,
  $bigint,
  $boolean,
  $function,
  $null,
  $number,
  $object,
  $string,
  $symbol,
  $undefined
} = _;

License

Copyright © Yisrael Eliev, Licensed under the MIT license.

Package Sidebar

Install

npm i @pakal/-type

Weekly Downloads

1

Version

0.2.1

License

MIT

Unpacked Size

55.8 kB

Total Files

15

Last publish

Collaborators

  • yisraelx