UNPKG

209 BTypeScriptView Raw
1import webpack from "webpack";
2export interface TSFile {
3 text?: string;
4 version: number;
5}
6export default function loader(this: webpack.loader.LoaderContext, source: string): string | undefined;