Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heapwolf/getprops
Object.getPropertyDescriptor and Object.getPropertyNames
https://github.com/heapwolf/getprops
Last synced: 25 days ago
JSON representation
Object.getPropertyDescriptor and Object.getPropertyNames
- Host: GitHub
- URL: https://github.com/heapwolf/getprops
- Owner: heapwolf
- Created: 2014-05-06T14:37:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-18T03:28:01.000Z (over 10 years ago)
- Last Synced: 2024-10-18T17:17:47.227Z (26 days ago)
- Language: JavaScript
- Size: 172 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SYNOPSIS
Adds Object.getPropertyDescriptor and Object.getPropertyNames# USAGE
Returns true if properties are added.```js
var getprops = require('getprops')
```