UNPKG

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