Initial commit: Torrent search and download application
This commit is contained in:
commit
e38be704ff
4313 changed files with 791544 additions and 0 deletions
25
node_modules/cosmiconfig/dist/defaults.d.ts
generated
vendored
Normal file
25
node_modules/cosmiconfig/dist/defaults.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,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
|
||||
Loading…
Add table
Add a link
Reference in a new issue