UNPKG
@stdlib/constants-float32-max
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Maximum single-precision floating-point number.
stdlib.io
stdlib-js/constants-float32-max
@stdlib/constants-float32-max
/
dist
/
index.d.ts
3 lines
•
118 B
TypeScript
View Raw
1
2
3
/// <reference path="../docs/types/index.d.ts" />
import
FLOAT32
_MAX
from
'../docs/types/index'
;
export
=
FLOAT32
_MAX;