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
/
behavioral
/
chain-of-responsibility
/
index.d.ts
4 lines
•
144 B
TypeScript
View Raw
1
2
3
4
export
*
from
'./interface'
;
export
*
from
'./buid.async.processor'
;
export
*
from
'./build.sync.processor'
;
//# sourceMappingURL=index.d.ts.map