@core-es/util
v0.1.0
Published
Contains helpers used by core-es packages
Maintainers
Readme
This package contains helpers used by core-es packages.
api
@core-es/util/polyfill/getter
(O: {}, name: string | number | Symbol, fn: Function) => voidA simple helper to add a getter.
@core-es/util/polyfill/setter
(O: {}, name: string | number | Symbol, fn: Function) => voidA simple helper to add a setter.
@core-es/util/polyfill/value
(O: {}, name: string | number | Symbol, value: any) => voidA simple helper to polyfill the target if it is undefined.
contributing
- Source: https://github.com/futagoza/core-es/tree/master/packages/util
- Issues: https://github.com/futagoza/core-es/issues
NOTE: I won't be accepting feature requests for this module.
license
Copyright © 2018+ Futago-za Ryuu, https://github.com/futagoza Released under the MIT License, http://opensource.org/licenses/MIT.
