0.1.1 • Published 6 years ago

@ganuz/-proto v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

@ganuz/-proto

Source Code Version MIT License Bundle Size TypeScript

Proto is a group of packages of Ganuz library

Install

$ yarn add @ganuz/-proto

Or

$ npm install --save @ganuz/-proto

Use

Module

import {
  appendPrototypeOf,
  clone,
  cloneWith,
  eachPrototypeOf,
  findPrototypeOf,
  getPropertyOwner,
  getPrototypeOf,
  isInstanceOf,
  isPrototypeOf,
  setPrototypeOf
} from '@ganuz/-proto';

Browser

<script src="https://unpkg.com/@ganuz/-proto/bundle.umd.min.js"></script>
let {
  appendPrototypeOf,
  clone,
  cloneWith,
  eachPrototypeOf,
  findPrototypeOf,
  getPropertyOwner,
  getPrototypeOf,
  isInstanceOf,
  isPrototypeOf,
  setPrototypeOf
} = G;

@ganuz/-proto/assert

Module

import {
  assertInstanceOf,
  assertPrototypeOf
} from '@ganuz/-proto/assert';

Browser

<script src="https://unpkg.com/@ganuz/-proto/assert/bundle.umd.min.js"></script>
let {
  assertInstanceOf,
  assertPrototypeOf
} = G;

@ganuz/-proto/polyfill

Module

  import '@ganuz/-proto/polyfill';

Browser

<script src="https://unpkg.com/@ganuz/-proto/polyfill/bundle.umd.min.js"></script>

License

Copyright © Yisrael Eliev, Licensed under the MIT license.