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
/
isFinite.d.ts
blob: 6daae331f18e427d1057c96c8ca75d6c6c3fd211 (
plain
)
1
2
3
declare function
isFinite
(
x
:
unknown
):
x
is
number
|
bigint
;
export
=
isFinite
;