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.js
6 lines
(5 loc)
•
259 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
var
i=
function
(
e,t
){
return
function
(
){
return
t||
e
((t={
exports
:{}}).
exports
,t),t.
exports
}};
var
s=
i
(
function
(
c,r
){
function
u
(
e
){
return
e.
dtype
}r.
exports
=u });
var
n=
s
();
module
.
exports
=n;
/**
@license
Apache
-2.0 */
//# sourceMappingURL=index.js.map