8 lines
152 B
TypeScript
8 lines
152 B
TypeScript
|
/// <reference path="ts/typings/main.d.ts" />
|
||
|
declare var plugins: {
|
||
|
beautylog: any;
|
||
|
gulp: any;
|
||
|
gulpBrowser: any;
|
||
|
gulpFunction: any;
|
||
|
};
|