Proto is a group of packages of Ganuz library
npm install @ganuz/-protoProto is a group of packages of Ganuz library
sh
$ yarn add @ganuz/-proto
`
Or
`sh
$ npm install --save @ganuz/-proto
`Use
Module
`typescript
import {
appendPrototypeOf,
clone,
cloneWith,
eachPrototypeOf,
findPrototypeOf,
getPropertyOwner,
getPrototypeOf,
isInstanceOf,
isPrototypeOf,
setPrototypeOf
} from '@ganuz/-proto';
`Browser
`html
`
`typescript
let {
appendPrototypeOf,
clone,
cloneWith,
eachPrototypeOf,
findPrototypeOf,
getPropertyOwner,
getPrototypeOf,
isInstanceOf,
isPrototypeOf,
setPrototypeOf
} = G;
`
$3
Module
`typescript
import {
assertInstanceOf,
assertPrototypeOf
} from '@ganuz/-proto/assert';
`Browser
`html
`
`typescript
let {
assertInstanceOf,
assertPrototypeOf
} = G;
`
$3
Module
`typescript
import '@ganuz/-proto/polyfill';
`Browser
`html
``