aboutsummaryrefslogtreecommitdiff
path: root/node_modules/simple-git/src/lib/tasks/move.d.ts
blob: 75ae9af88429a315e49df15bdb72ce4e39e6cc3e (plain)
1
2
3
import { MoveResult } from '../../../typings';
import { StringTask } from '../types';
export declare function moveTask(from: string | string[], to: string): StringTask<MoveResult>;