Interface IRelativePattern

interface IRelativePattern {
    base: string;
    pattern: string;
    pathToRelative(from, to): string;
}

Properties

Methods

Properties

base: string
pattern: string

Methods