Interface SnippetLoadOptions

interface SnippetLoadOptions {
    language?: string | string[];
    source: string;
}

Properties

Properties

language?: string | string[]
source: string