3 lines
109 B
TypeScript
Raw Normal View History

2017-12-18 03:46:36 +01:00
/** A shared string builder utilized to reduce overall array allocations. */
2017-12-14 11:55:35 +01:00
export const sb: string[] = [];