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

0.1.1 • Public • Published

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

Package Sidebar

Install

npm i @ganuz/-proto

Weekly Downloads

1

Version

0.1.1

License

MIT

Unpacked Size

322 kB

Total Files

39

Last publish

Collaborators

  • yisraelx