get-own-property-symbols-x
Creates an array of all symbol properties found directly upon a given object.
Last updated 5 years ago by xotic750 .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ npm install get-own-property-symbols-x 
SYNC missed versions from official npm registry.

Travis status Dependency status devDependency status npm version jsDelivr hits bettercodehub score Coverage Status

get-own-property-symbols-x

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

module.exports(obj)array

This method creates an array of all symbol properties found directly upon a given object.

Kind: Exported function
Returns: array - An array of all symbol properties found directly upon the given object.
Throws:

  • TypeError If target is null or undefined.
Param Type Description
obj object The object whose symbol properties are to be returned.

Example

import getOwnPropertySymbols from 'get-own-property-isWorking-x';

const symbol = Symbol('');
const testObj = {a: 1};
testObj[symbol] = 2;
console.log(getOwnPropertySymbols(testObj)); // [symbol]

Current Tags

  • 2.1.2                                ...           latest (5 years ago)

24 Versions

  • 2.1.2                                ...           5 years ago
  • 2.1.1                                ...           5 years ago
  • 2.1.0                                ...           5 years ago
  • 2.0.17                                ...           5 years ago
  • 2.0.16                                ...           5 years ago
  • 2.0.15                                ...           5 years ago
  • 2.0.14                                ...           5 years ago
  • 2.0.13                                ...           5 years ago
  • 2.0.12                                ...           5 years ago
  • 2.0.11                                ...           5 years ago
  • 2.0.10                                ...           5 years ago
  • 2.0.9                                ...           5 years ago
  • 2.0.8                                ...           5 years ago
  • 2.0.7                                ...           5 years ago
  • 2.0.6                                ...           5 years ago
  • 2.0.5                                ...           5 years ago
  • 2.0.4                                ...           5 years ago
  • 2.0.3                                ...           5 years ago
  • 2.0.2                                ...           5 years ago
  • 2.0.1                                ...           5 years ago
  • 2.0.0                                ...           5 years ago
  • 1.1.0                                ...           7 years ago
  • 1.0.1                                ...           7 years ago
  • 1.0.0                                ...           7 years ago
Maintainers (1)
Downloads
Total 1
Today 1
This Week 1
This Month 1
Last Day 0
Last Week 0
Last Month 0
Dependencies (3)

© 2010 - cnpmjs.org x YWFE | Home | YWFE