0.1.0 • Published 6 years ago

@core-es/util v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

This package contains helpers used by core-es packages.

api

@core-es/util/polyfill/getter

(O: {}, name: string | number | Symbol, fn: Function) => void

A simple helper to add a getter.

@core-es/util/polyfill/setter

(O: {}, name: string | number | Symbol, fn: Function) => void

A simple helper to add a setter.

@core-es/util/polyfill/value

(O: {}, name: string | number | Symbol, value: any) => void

A simple helper to polyfill the target if it is undefined.

contributing

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.