UNPKG

@stryker-mutator/core

Version:

The extendable JavaScript mutation testing framework

9 lines 282 B
export declare class StringBuilder { private currentLength; private readonly strings; private readonly maxSize; append(str: string): void; toString(): string; static concat(...builders: StringBuilder[]): string; } //# sourceMappingURL=string-builder.d.ts.map