8 lines
131 B
TypeScript
8 lines
131 B
TypeScript
|
declare let plugins: {
|
||
|
beautylog: any;
|
||
|
gulp: any;
|
||
|
gulpBrowser: any;
|
||
|
gulpFunction: any;
|
||
|
};
|
||
|
declare let should: any;
|