MCPcopy Index your code
hub / github.com/TypeStrong/ts-loader / getOptions

Method getOptions

src/loaderUtils.ts:8–8  ·  view source on GitHub ↗
(loaderContext: { query: string })

Source from the content-addressed store, hash-verified

6
7interface LoaderUtilsModule {
8 getOptions<T>(loaderContext: { query: string }): T;
9};
10let loaderUtils: LoaderUtilsModule | undefined;
11

Callers 2

getLoaderOptionsFunction · 0.80
getOptionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected