UNPKG

denoify

Version:

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

13 lines (12 loc) 297 B
export declare function getInstalledVersionPackageJsonFactory(params: { projectPath: string; }): { getInstalledVersionPackageJson: (params: { nodeModuleName: string; }) => Promise<{ version: string; repository?: { url: string; }; }>; };