2017-12-18 03:46:36 +01:00

3 lines
109 B
TypeScript

/** A shared string builder utilized to reduce overall array allocations. */
export const sb: string[] = [];