UNPKG

dataunlocker

Version:

DataUnlocker's command line interface utilities

11 lines (10 loc) 246 B
interface Args { /** Filename to patch; resolved from cwd. */ 0?: string; id?: string; 'no-backup'?: boolean; backup?: string; endpoint?: string; } export default function patch(args: Args): Promise<undefined>; export {};