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
/
singleCase
/
index.d.ts
10 lines
•
261 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
declare
const
singleCase
: {
singles
: { [
k
:
string
]:
any
; };
add
(
_class
:
any
,
classname
?:
string
, ...
args
:
any
[]):
void
;
del
(
key
:
string
):
void
;
clear
():
void
; };
export
default
singleCase;
//# sourceMappingURL=index.d.ts.map