UNPKG

452 BTypeScriptView Raw
1import type * as webpack from 'webpack';
2import type { LoaderOptions } from './interfaces';
3/**
4 * The entry point for ts-loader
5 */
6declare function loader(this: webpack.LoaderContext<LoaderOptions>, contents: string, inputSourceMap?: Record<string, any>): void;
7export = loader;
8/**
9 * expose public types via declaration merging
10 */
11declare namespace loader {
12 interface Options extends LoaderOptions {
13 }
14}
15//# sourceMappingURL=index.d.ts.map
\No newline at end of file