diff options
Diffstat (limited to 'node_modules/simple-git/src/lib/tasks/move.d.ts')
-rw-r--r-- | node_modules/simple-git/src/lib/tasks/move.d.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/node_modules/simple-git/src/lib/tasks/move.d.ts b/node_modules/simple-git/src/lib/tasks/move.d.ts new file mode 100644 index 0000000..75ae9af --- /dev/null +++ b/node_modules/simple-git/src/lib/tasks/move.d.ts @@ -0,0 +1,3 @@ +import { MoveResult } from '../../../typings'; +import { StringTask } from '../types'; +export declare function moveTask(from: string | string[], to: string): StringTask<MoveResult>; |