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