mirror of https://github.com/webpack/webpack.git
20 lines
529 B
TypeScript
20 lines
529 B
TypeScript
|
declare module '*.json';
|
||
|
declare module 'webpack-cli';
|
||
|
|
||
|
// Globals
|
||
|
declare const $hash$;
|
||
|
declare const $requestTimeout$;
|
||
|
declare const installedModules;
|
||
|
declare const $require$;
|
||
|
declare const hotDownloadManifest;
|
||
|
declare const hotDownloadUpdateChunk;
|
||
|
declare const hotDisposeChunk;
|
||
|
declare const modules;
|
||
|
declare const installedChunks
|
||
|
declare const hotAddUpdateChunk
|
||
|
declare const parentHotUpdateCallback
|
||
|
// declare const XMLHttpRequest
|
||
|
declare const $hotChunkFilename$
|
||
|
declare const $hotMainFilename$
|
||
|
declare const $WebAssembly
|