马宇豪
2024-07-16 f591c27b57e2418c9495bc02ae8cfff84d35bc18
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
export declare function getDefaultSearchPlaces(moduleName: string): Array<string>;
export declare function getDefaultSearchPlacesSync(moduleName: string): Array<string>;
export declare const globalConfigSearchPlaces: string[];
export declare const globalConfigSearchPlacesSync: string[];
export declare const metaSearchPlaces: string[];
export declare const defaultLoaders: Readonly<{
    readonly '.mjs': import("./types").Loader;
    readonly '.cjs': import("./types").Loader;
    readonly '.js': import("./types").Loader;
    readonly '.ts': import("./types").Loader;
    readonly '.json': import("./types").LoaderSync;
    readonly '.yaml': import("./types").LoaderSync;
    readonly '.yml': import("./types").LoaderSync;
    readonly noExt: import("./types").LoaderSync;
}>;
export declare const defaultLoadersSync: Readonly<{
    readonly '.cjs': import("./types").LoaderSync;
    readonly '.js': import("./types").LoaderSync;
    readonly '.ts': import("./types").LoaderSync;
    readonly '.json': import("./types").LoaderSync;
    readonly '.yaml': import("./types").LoaderSync;
    readonly '.yml': import("./types").LoaderSync;
    readonly noExt: import("./types").LoaderSync;
}>;
//# sourceMappingURL=defaults.d.ts.map