isMatrix.d.ts 111 B

12
  1. import { Matrix3 } from '../type';
  2. export declare function isMatrix(transformer: any): transformer is Matrix3;