elearning/Frontend-Learner/node_modules/simple-git/dist/src/lib/tasks/move.d.ts
2026-01-13 10:48:02 +07:00

3 lines
181 B
TypeScript

import { MoveResult } from '../../../typings';
import { StringTask } from '../types';
export declare function moveTask(from: string | string[], to: string): StringTask<MoveResult>;