UNPKG

denoify

Version:

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

9 lines (8 loc) 206 B
export declare const getThirdPartyDenoModuleInfos: (params: { denoModuleName: string; }) => Promise<{ owner: string; repo: string; latestVersion: string; subdir: string; } | undefined>;