https://github.com/heapwolf/getprops
Object.getPropertyDescriptor and Object.getPropertyNames
https://github.com/heapwolf/getprops
Last synced: over 1 year 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 (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-18T03:28:01.000Z (almost 12 years ago)
- Last Synced: 2025-03-06T15:12:31.585Z (over 1 year 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')
```