move.d.ts 107 Bytes
Newer Older
1 2
import { Rule } from '../engine/interface';
export declare function move(from: string, to?: string): Rule;