UNPKG
wj-design-art
Version:
latest (1.2.5)
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
让javascript使用设计模式更简单
github.com/WJjack/wj-design-art
WJjack/wj-design-art
wj-design-art
/
lib
/
types
/
ResponsibilityChain
/
types.d.ts
7 lines
•
214 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
ResHandle
{
isNext
:
boolean
;
nextTransaction
?:
any
; [
k
:
string
]:
any
; }
export
declare
type
HandleFn
=
(
transaction
?:
any
) =>
Promise
<
unknown
>;
//# sourceMappingURL=types.d.ts.map