index
:
crud
king
crud - my crud project !
pack
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
node_modules
/
math-intrinsics
/
constants
/
maxValue.d.ts
blob: 292cb827153b6dd5483406bf937d78db8130fa0b (
plain
)
1
2
3
declare const
MAX_VALUE
:
1.7976931348623157e+308
;
export
=
MAX_VALUE
;