interface ValueOptions {
    fast?: string;
    props?: string[];
}

Properties

Properties

fast?: string

String that’s used to narrow down values and speed up the regexp search.

props?: string[]

An array of property names.