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
/
isInteger.d.ts
blob: 13935a8ccf78a105bc508e4c8f88b9888f57f1b1 (
plain
)
1
2
3
declare function
isInteger
(
argument
:
unknown
):
argument
is
number
;
export
=
isInteger
;