UNPKG

cloudworker-proxy

Version:
4 lines (3 loc) 179 B
import { MoveResult } from '../../../typings'; import { StringTask } from './task'; export declare function moveTask(from: string | string[], to: string): StringTask<MoveResult>;