Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
7
interface
LoaderUtilsModule {
8
getOptions<T>(loaderContext: { query: string }): T;
9
};
10
let
loaderUtils: LoaderUtilsModule | undefined;
11
Callers
2
getLoaderOptions
Function · 0.80
getOptions
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected