// This file is a part of stdlib. License is Apache-2.0: http://www.apache.org/licenses/LICENSE-2.0import r from"./is-ndarray-like.js";var e=r;functiont(r){returne(r)&&2===r.ndims&&2===r.shape.length&&2===r.strides.length}var n=t;exportdefault n;
//# sourceMappingURL=is-matrix-like.js.map