|
лет назад: 5 | |
---|---|---|
.. | ||
.editorconfig | лет назад: 5 | |
.npmignore | лет назад: 5 | |
AUTHORS | лет назад: 5 | |
History.md | лет назад: 5 | |
LICENSE | лет назад: 5 | |
README.md | лет назад: 5 | |
index.js | лет назад: 5 | |
package.json | лет назад: 5 |
Detect es6 and es7 features enable or not.
$ npm install enable --save
var enable = require('enable');
if (enable.<feature>) {
console.log(<feature> is supported);
}
/* Example:
if (enable.generator) {
console.log('supports generator: `function* a() {}`');
}
*/
Object related:
String realted:
Number realted:
Math realted:
Others:
$ npm install
$ npm test
$ npm test-cov