Interface StandaloneFormatSpec

interface StandaloneFormatSpec {
    format: string[];
    isFormat?: RegExp;
    standalone: string[];
}

Properties

format: string[]
isFormat?: RegExp
standalone: string[]