interface SpecsStrings {
    new SpecsStringsnew (...args: unknown[]): any;
    escapeJson(str: string): string;
    (...args: unknown[]): any;
}

Hierarchy (view full)

Constructors

Methods

Constructors

Methods