get-own-enumerable-property-symbols

WebJar for get-own-enumerable-property-symbols

License

License

ISC
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

get-own-enumerable-property-symbols
Last Version

Last Version

3.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

get-own-enumerable-property-symbols
WebJar for get-own-enumerable-property-symbols
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/mightyiam/get-own-enumerable-property-symbols

Download get-own-enumerable-property-symbols

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/get-own-enumerable-property-symbols/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>get-own-enumerable-property-symbols</artifactId>
    <version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/get-own-enumerable-property-symbols/
implementation 'org.webjars.npm:get-own-enumerable-property-symbols:3.0.2'
// https://jarcasting.com/artifacts/org.webjars.npm/get-own-enumerable-property-symbols/
implementation ("org.webjars.npm:get-own-enumerable-property-symbols:3.0.2")
'org.webjars.npm:get-own-enumerable-property-symbols:jar:3.0.2'
<dependency org="org.webjars.npm" name="get-own-enumerable-property-symbols" rev="3.0.2">
  <artifact name="get-own-enumerable-property-symbols" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='get-own-enumerable-property-symbols', version='3.0.2')
)
libraryDependencies += "org.webjars.npm" % "get-own-enumerable-property-symbols" % "3.0.2"
[org.webjars.npm/get-own-enumerable-property-symbols "3.0.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

get-own-enumerable-property-symbols Build Status

Returns an array of all enumerable symbol properties found directly upon a given object.

Similar to Object.getOwnPropertySymbols but only enumerable keys.

import getOwnEnumPropSymbols from 'get-own-enumerable-property-symbols'

getOwnEnumPropSymbols({ [Symbol()]: undefined })
// [Symbol()]
getOwnEnumPropSymbols(Object.defineProperty({}, Symbol(), {enumerable: false}))
// []

Versions

Version
3.0.2
3.0.0