smartfile/dist/smartfile.plugins.d.ts

12 lines
415 B
TypeScript
Raw Normal View History

2016-09-20 17:56:49 +02:00
import 'typings-global';
export import fs = require('fs');
export import fsExtra = require('fs-extra');
2016-09-02 16:31:39 +02:00
export declare let glob: any;
2016-09-20 17:56:49 +02:00
export import path = require('path');
2017-01-21 00:47:48 +01:00
export import q = require('smartq');
2017-02-18 17:01:52 +01:00
export import smartrequest = require('smartrequest');
2016-09-30 16:16:11 +02:00
export declare let requireReload: any;
export import smartpath = require('smartpath');
2016-05-01 23:19:54 +02:00
export declare let vinylFile: any;
export declare let yaml: any;