define-accessor-property
Define an accessor property on an object. Will either throw, or fall back to assignment in loose mode, in an engine without descriptors.
Define an accessor property on an object. Will either throw, or fall back to assignment in loose mode, in an engine without descriptors.
Utilities for Iterable
enumerable-es is library operating data as C# LINQ style implemented by TypeScript
LINQ for ES2018
Linq-Collections: (IEnumerable, ...) + (List, Dictionary, Stack, ...)
Like `Object.keys()` but also includes symbols
Test if an object's own property is enumerable.
Test if an object's own or inherited property is enumerable.
Return an array of an object's own enumerable property names which are not integer indices.
Return an array of an object's own enumerable and non-enumerable property names and symbols.
Return an array of an object's own non-enumerable property names and symbols.
Return an array of an object's own and inherited non-enumerable property names and symbols.
Return an array of an object's own non-enumerable property names.
Return an array of an object's own and inherited non-enumerable property names.
Return an array of an object's own non-enumerable symbol properties.
Return an array of an object's own and inherited non-enumerable symbol properties.
Return an array of an object's own enumerable property values.
Return an array of an object's own and inherited enumerable property values.
Return an array of an object's own enumerable and non-enumerable property names.
Return an array of an object's own and inherited enumerable and non-enumerable property names.