仲裁视频会议H5
gyj a551f33a6e 视频会议上传文件 2 vuotta sitten
..
.github 视频会议 2 vuotta sitten
test 视频会议 2 vuotta sitten
.editorconfig 视频会议 2 vuotta sitten
.eslintrc 视频会议 2 vuotta sitten
.nycrc 视频会议 2 vuotta sitten
CHANGELOG.md 视频会议 2 vuotta sitten
LICENSE 视频会议 2 vuotta sitten
README.md 视频会议 2 vuotta sitten
index.js 视频会议 2 vuotta sitten
package.json 视频会议上传文件 2 vuotta sitten

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