5 lines
64 B
TypeScript
5 lines
64 B
TypeScript
|
declare let plugins: {
|
||
|
beautylog: any;
|
||
|
};
|
||
|
export = plugins;
|