6 lines
76 B
TypeScript
6 lines
76 B
TypeScript
|
declare var plugins: {
|
||
|
beautylog: any;
|
||
|
Q: any;
|
||
|
};
|
||
|
export = plugins;
|