UNPKG

146 BTypeScriptView Raw
1/**
2 * 根据 actions 来做 transform
3 * @param m
4 * @param actions
5 */
6export declare function transform(m: number[], actions: any[][]): any[];