UNPKG

330 BTypeScriptView Raw
1import FS = require('fs-extra');
2import { HTTP } from 'http-call';
3import file = require('./file');
4import UserConfig from './user-config';
5declare const _default: {
6 readonly fs: typeof FS;
7 readonly HTTP: typeof HTTP;
8 readonly file: typeof file;
9 readonly UserConfig: typeof UserConfig;
10};
11export default _default;