init
This commit is contained in:
18
client/node_modules/tsify/index.d.ts
generated
vendored
Normal file
18
client/node_modules/tsify/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
// Note that @types/browserify is not used for a reason:
|
||||
// https://github.com/TypeStrong/tsify/issues/267
|
||||
|
||||
import * as typescript from "typescript";
|
||||
|
||||
export interface Options {
|
||||
exclude?: string[];
|
||||
files?: string[];
|
||||
global?: boolean;
|
||||
include?: string[];
|
||||
m?: string;
|
||||
p?: string | Record<string, any>;
|
||||
project?: string | Record<string, any>;
|
||||
t?: string;
|
||||
typescript?: string | typeof typescript;
|
||||
}
|
||||
|
||||
export default function tsify(b: any, opts: Options): any;
|
||||
Reference in New Issue
Block a user