define-property
popularDefine a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.
Updated by @doowb
class-utils
popularUtils for working with JavaScript classes and prototype methods.
Updated by @doowb
define-properties
popularDefine multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.
Updated by @ljharb
babel-plugin-transform-define
Babel plugin that replaces member expressions and typeof statements with strings
Updated by @beccanelson
@stdlib/utils-define-nonenumerable-read-only-property
Define a non-enumerable read-only property.
Updated by @stdlib-bot
ast-module-types
Collection of useful helper functions when trying to determine module type (CommonJS or AMD) properties of an AST node.
Updated by @mrjoelkemp
@stdlib/utils-define-nonenumerable-read-only-accessor
Define a non-enumerable read-only accessor.
Updated by @stdlib-bot
@stdlib/utils-define-nonenumerable-read-write-accessor
Define a non-enumerable read-write accessor.
Updated by @stdlib-bot
@stdlib/utils-define-nonenumerable-property
Define a non-enumerable property.
Updated by @stdlib-bot
@bconnorwhite/package
A utility for reading package.json of a project, and forming paths relative to it.
Updated by @bconnorwhite
regular-elements
Custom Elements made available for any node, and through CSS selectors
Updated by @webreflection
definition
deprecatedClass definition helper which closely maps to ES6 classes.
Updated by @bluejeansandrain