Search


Search something to see results

ShorthandDef

interface ShorthandDef {
    defaults: string[];
    keywords: string;
    multiple?: boolean;
    pattern: string;
    separator?: string;
    shorthand: string;
}

Index

Properties

defaults: string[]
keywords: string
multiple?: boolean
pattern: string
separator?: string
shorthand: string