@ganuz/-proto
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.