UNPKG
@stdlib/ndarray-base-order
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.0
Return the layout order of a provided ndarray.
stdlib.io
stdlib-js/ndarray-base-order
@stdlib/ndarray-base-order
/
dist
/
index.d.ts
3 lines
•
106 B
TypeScript
View Raw
1
2
3
/// <reference path="../docs/types/index.d.ts" />
import
order
from
'../docs/types/index'
;
export
= order;