UNPKG

@stdlib/esm

Version:

ES module distribution for Stdlib, a standard library for JavaScript and Node.js.

3 lines 380 B
// This file is a part of stdlib. License is Apache-2.0: http://www.apache.org/licenses/LICENSE-2.0 import r from"./../assert/is-collection.js";var e=r;function t(r){var t,o;if(!e(r))throw new TypeError("invalid argument. Must provide a collection. Value: `"+r+"`.");for(t=r.length,o=0;o<t;o++)if(!r[o])return!1;return!0}var o=t;export default o; //# sourceMappingURL=every.js.map