UNPKG
utils-tools-lib
Version:
latest (1.0.0)
1.0.0
This is a simple front-end JS Library
utils-tools-lib
/
index.d.ts
10 lines
(7 loc)
•
207 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{ intToHanInterface }
from
'./types/intToHan'
;
export
*
from
'./types/intToHan'
;
declare
const
UtilsToolsLib
: {
intToHan
: intToHanInterface;
Version
:
String
; }
export
default
UtilsToolsLib
;