UNPKG
utils-tools-lib
Version:
latest (1.0.0)
1.0.0
This is a simple front-end JS Library
utils-tools-lib
/
types
/
intToHan.d.ts
5 lines
(4 loc)
•
108 B
TypeScript
View Raw
1
2
3
4
5
export
interface
intToHanInterface { (
int
:
number
):
string
; }
export
const
intToHan
: intToHanInterface;