UNPKG

@teambit/workspace

Version:
5 lines (4 loc) 143 B
import { BitError } from '@teambit/bit-error'; export declare class AlreadyExistsError extends BitError { constructor(filePath: string); }