Initial commit: Torrent search and download application
This commit is contained in:
commit
e38be704ff
4313 changed files with 791544 additions and 0 deletions
9
node_modules/@tootallnate/quickjs-emscripten/dist/esmHelpers.d.ts
generated
vendored
Normal file
9
node_modules/@tootallnate/quickjs-emscripten/dist/esmHelpers.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/** Typescript thinks import('...js/.d.ts') needs mod.default.default */
|
||||
declare function fakeUnwrapDefault<T>(mod: {
|
||||
default: T;
|
||||
}): T;
|
||||
/** Typescript thinks import('...ts') doesn't need mod.default.default, but does */
|
||||
declare function actualUnwrapDefault<T>(mod: T): T;
|
||||
export declare const unwrapTypescript: typeof actualUnwrapDefault;
|
||||
export declare const unwrapJavascript: typeof fakeUnwrapDefault;
|
||||
export {};
|
||||
Loading…
Add table
Add a link
Reference in a new issue