Reflect is a group of packages of Ganuz library
npm install @ganuz/-reflectReflect is a group of packages of Ganuz library
sh
$ yarn add @ganuz/-reflect
`
Or
`sh
$ npm install --save @ganuz/-reflect
`Use
Module
`typescript
import {
apply,
construct,
defineProperty,
deleteProperty,
get,
getOwnPropertyDescriptor,
getPrototypeOf,
has,
isExtensible,
ownKeys,
preventExtensions,
set,
setPrototypeOf
} from '@ganuz/-reflect';
`Browser
`html
`
`typescript
let {
apply,
construct,
defineProperty,
deleteProperty,
get,
getOwnPropertyDescriptor,
getPrototypeOf,
has,
isExtensible,
ownKeys,
preventExtensions,
set,
setPrototypeOf
} = G;
`
$3
Module
`typescript
import {
assertExtensible
} from '@ganuz/-reflect/assert';
`Browser
`html
`
`typescript
let {
assertExtensible
} = G;
`
$3
Module
`typescript
import '@ganuz/-reflect/polyfill';
`Browser
`html
``