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
/
Command
/
types.d.ts
6 lines
•
182 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
ICommand
{
execute
:
() =>
any
; [
k
:
string
]:
any
; }
export
declare
type
CommandItem
=
ICommand
|
ICommand
[
'execute'
];
//# sourceMappingURL=types.d.ts.map