Blame view

code/finance_web/node_modules/es5-ext/object/every.js 70 Bytes
a  
谢明辉 committed
1 2 3
"use strict";

module.exports = require("./_iterate")("every", true);