mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
commit
85bc00eebb
1
swig/swig.d.ts
vendored
1
swig/swig.d.ts
vendored
@ -11,6 +11,7 @@ declare module "swig" {
|
||||
export function init(options: Options): void;
|
||||
export function compileFile(filepath: string): any;
|
||||
export function compile(source: string, options?: Options): any;
|
||||
export function renderFile(pathName: string, locals?: any, cb?: (err: any, output: string) => void): string;
|
||||
|
||||
export interface Options {
|
||||
allowErrors?: boolean;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user