UNPKG

@teambit/lanes

Version:
5 lines (4 loc) 218 B
import type { Consumer } from '@teambit/legacy.consumer'; export declare function removeLanes(consumer: Consumer | undefined, lanes: string[], remote: boolean, force: boolean): Promise<{ laneResults: string[]; }>;