UNPKG

denoify

Version:

For NPM module authors that would like to support Deno but do not want to write and maintain a port.

7 lines (6 loc) 199 B
export declare function denoify(params: { projectPath: string; srcDirPath: string | undefined; denoDistPath: string | undefined; indexFilePath: string | undefined; }): Promise<void>;