mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-24 08:06:16 +00:00
6 lines
161 B
TypeScript
6 lines
161 B
TypeScript
import { LoaderContext } from '@rspack/core';
|
|
|
|
declare function load(this: LoaderContext, source: string, map: any): Promise<void>;
|
|
|
|
export { load as default };
|