@stdlib/esm
Version:
ES module distribution for Stdlib, a standard library for JavaScript and Node.js.
3 lines • 407 B
JavaScript
// This file is a part of stdlib. License is Apache-2.0: http://www.apache.org/licenses/LICENSE-2.0
import t from"./../math/base/assert/is-integer.js";import e from"./../constants/array/max-typed-array-length.js";var r=t,n=e;function a(t){return"object"==typeof t&&null!==t&&"number"==typeof t.length&&r(t.length)&&t.length>=0&&t.length<=n}var o=a;export default o;
//# sourceMappingURL=is-collection.js.map