UNPKG
pgh-common-utils
Version:
latest (1.0.1)
1.0.1
1.0.0
A collection of utility functions for TypeScript.
pgh-common-utils
/
dist
/
index.d.ts
5 lines
(4 loc)
•
102 B
TypeScript
View Raw
1
2
3
4
5
export
*
from
'./time'
;
export
*
from
'./clone'
;
export
*
from
'./debounce'
;
export
*
from
'./regex'
;