Package Exports
- own-function-names
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (own-function-names) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
own-function-names
getOwnPropertyNames limited to functions
Installation
Download node at nodejs.org and install it, if you haven't already.
npm install own-function-names --save
Tests
npm install
npm test
Dependencies
- amp-is-function: is-function function part of http://amp.ampersandjs.com.
- amp-is-undefined: is-undefined function part of http://amp.ampersandjs.com.
Dev Dependencies
- eslint: An AST-based pattern checker for JavaScript.
- esprima-fb: Facebook-specific fork of the esprima project
- jscs: JavaScript Code Style
- jshint: Static analysis tool for JavaScript
- mocha: simple, flexible, fun test framework
- package-json-to-readme: Generate a README.md from package.json contents
License
ISC
Generated by package-json-to-readme