UNPKG

npyjs

Version:
4 lines (2 loc) 116 B
declare function reshape<T>(flat: ArrayLike<T>, shape: number[], fortranOrder?: boolean): any; export { reshape };