0.2.1 • Published 5 years ago

@pakal/-type v0.2.1

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

@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.