UNPKG

1.1 kBTypeScriptView Raw
1/**
2 * gulpfile
3 */
4/// <reference types="undertaker" />
5declare const clean: import("undertaker").TaskFunction;
6declare const openAnalyzer: import("undertaker").TaskFunction;
7declare const javascripts: import("undertaker").TaskFunction;
8declare const rev: import("undertaker").TaskFunction;
9declare const sizeReport: import("undertaker").TaskFunction;
10declare const init: import("undertaker").TaskFunction;
11declare const initConfig: import("undertaker").TaskFunction;
12declare const fonts: import("undertaker").TaskFunction;
13declare const images: import("undertaker").TaskFunction;
14declare const staticFiles: import("undertaker").TaskFunction;
15declare const html: import("undertaker").TaskFunction;
16declare const svg: import("undertaker").TaskFunction;
17declare const stylesheets: import("undertaker").TaskFunction;
18declare const development: import("undertaker").TaskFunction;
19declare const build: import("undertaker").TaskFunction;
20export { build, fonts, clean, javascripts, rev, init, initConfig, sizeReport, images, staticFiles, html, svg, stylesheets, openAnalyzer, };
21export default development;