UNPKG

@stdlib/esm

Version:

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

3 lines 293 B
// This file is a part of stdlib. License is Apache-2.0: http://www.apache.org/licenses/LICENSE-2.0 import r from"./is-ndarray-like.js";var e=r;function t(r){return e(r)&&1===r.ndims&&1===r.shape.length&&1===r.strides.length}var n=t;export default n; //# sourceMappingURL=is-vector-like.js.map