UNPKG
typed-patterns
Version:
latest (0.2.11)
0.2.11
0.2.10
0.2.9
0.2.8
0.2.7
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Basic design patterns
github.com/kol-93/typed-patterns
kol-93/typed-patterns
typed-patterns
/
lib
/
util
/
index.d.ts
8 lines
•
255 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
*
from
'./async.helpers'
;
export
*
from
'./name.space'
;
export
*
from
'./typed.function'
;
export
*
from
'./unexpected'
;
export
*
from
'./promise.helpers'
;
export
*
from
'./next.tick'
;
export
*
from
'./promisify'
;
//# sourceMappingURL=index.d.ts.map