UNPKG

denoify

Version:

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

11 lines (10 loc) 268 B
export declare function moveContentUpOneLevelFactory(params: { isDryRun: boolean; log?: typeof console.log | undefined; }): { moveContentUpOneLevel: (params: { dirPath: string; }) => Promise<{ beforeMovedFilePaths: string[]; }>; };