interface GetFunctionsOption {
    files?: readonly string[];
    fname?: RegExp;
    rootFolder?: string;
}

Properties

files?: readonly string[]
fname?: RegExp
rootFolder?: string