UNPKG

@visulima/fs

Version:

Human friendly file system utilities for Node.js

4 lines (3 loc) 253 B
import type { InternalOptions } from "../types.d.ts"; declare const internalMoveFileSync: (sourcePath: string, destinationPath: string, { cwd, directoryMode, overwrite, validateDirectory }: InternalOptions) => void; export default internalMoveFileSync;