-
Notifications
You must be signed in to change notification settings - Fork 12
/
ppo.d.ts
124 lines (66 loc) · 2.7 KB
/
ppo.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
/** Declaration file generated by dts-gen */
declare function ppo(): void;
declare namespace ppo {
const prototype: {
};
interface Trash {
clear: () => void;
log: () => void;
[key: string]: any;
}
var trash: Trash;
function args(e?: any, t?: number): any;
function clearTimesout(e?: any): void;
function delLastComma(t?: string): string;
function deleteLastComma(t?: string): string;
function construct(...args: any[]): any;
function currency(e?: any): any;
function delCookie(e: any): void;
function delUrlParam(e: any, t?: any): any;
function deleteCookie(e: string): void;
function deleteUrlParam(e: any, t?: string): string;
function fill0(e?: number): number;
function floor(e?: number, t?: number): number;
function getCookie(e?: any): null | string;
function getDate(e?: string, t?: string): string;
function getUrlParam(e?: string, t?: string): string;
function hash(e?: string): any;
function ieVer(): any;
function ieVersion(): number;
function isAndroid(): boolean;
function isIE(): boolean;
function isIOS(): boolean;
function isIPad(): boolean;
function isIos(): boolean;
function isMobile(): boolean;
function isPC(): boolean;
function isTypeof(e?: any, t?: string): boolean;
function isWeixin(): boolean;
function judge(e: any, t?: any, o?: boolean | string): boolean;
function judgment(e: any, t?: any, o?: any): any;
function loadjs(e: string, t?: any, o?: any): void;
function lockTouch(): void;
function log(e?: string, t?: any): void;
function logs(...args: any[]): void;
function noop(): void;
function open(e?: string): void;
function paramsName(e?: any): any;
function randomA2B(e?: any, t?: any, o?: any): any;
function randomColor(): string;
function randomFromA2B(e?: number, t?: number, o?: number): number;
function randomFromArray(e?: any[]): any;
function randomKey(e?: number): string;
function randomfArr(e?: any): any;
function removeConsole(e?: string|boolean): void;
function setCookie(e: string, t?: any, o?: any): void;
function setTimesout(...args: any[]): any;
function setUrlParam(e: any, t?: any, o?: string): string;
function toJSON(res: any): any;
function toArray(obj, dot): any;
function toJson(res: any): any;
function tojson(res: any): any;
function trigger(e: any, t?: any, o?: string): any;
function ua(e?: any): string;
function uuid(): string;
}
export default ppo;