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