UNPKG

295 BTypeScriptView Raw
1import { PathPlugin } from './paths-plugin';
2import { CheckerPlugin as _CheckerPlugin } from './watch-mode';
3declare function loader(text: any): void;
4declare namespace loader {
5 const TsConfigPathsPlugin: typeof PathPlugin;
6 const CheckerPlugin: typeof _CheckerPlugin;
7}
8export = loader;