MCPcopy
hub / github.com/TypeStrong/ts-loader / LoaderUtilsModule

Interface LoaderUtilsModule

src/loaderUtils.ts:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5export const isWebpack5 = webpack.version.startsWith('5.');
6
7interface LoaderUtilsModule {
8 getOptions<T>(loaderContext: { query: string }): T;
9};
10let loaderUtils: LoaderUtilsModule | undefined;
11
12export function getOptions(

Callers 2

getLoaderOptionsFunction · 0.80
getOptionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected