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) 176 B
export declare function removeFromGitignore(params: { pathToTargetModule: string; fileOrDirPathsToAccept: string[]; }): { fixedGitignoreRaw: string | undefined; };