UNPKG

396 BTypeScriptView Raw
1import * as webpack from 'webpack';
2import { LoaderOptions } from './interfaces';
3/**
4 * The entry point for ts-loader
5 */
6declare function loader(this: webpack.loader.LoaderContext, contents: string): 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