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
/
sign.d.ts
blob: c49cecaa240c415345f455f2e4fbed99015c1713 (
plain
)
1
2
3
declare function
sign
(
x
:
number
):
number
;
export
=
sign
;