仲裁视频会议H5
wangqiong 37a88df277 视频会议 před 2 roky
..
.github 视频会议 před 2 roky
test 视频会议 před 2 roky
.editorconfig 视频会议 před 2 roky
.eslintrc 视频会议 před 2 roky
.nycrc 视频会议 před 2 roky
CHANGELOG.md 视频会议 před 2 roky
LICENSE 视频会议 před 2 roky
README.md 视频会议 před 2 roky
index.js 视频会议 před 2 roky
package.json 视频会议 před 2 roky

README.md

functions-have-names Version Badge

github actions coverage dependency status dev dependency status License Downloads

npm badge

Does this JS environment support the name property on functions?

Example

var functionsHaveNames = require('functions-have-names');
var assert = require('assert');

assert.equal(functionsHaveNames(), true); // will be `false` in IE 6-8

Tests

Simply clone the repo, npm install, and run npm test