3 lines
62 B
TypeScript
Raw Normal View History

2017-12-14 11:55:35 +01:00
/** Shared string builder. */
export const sb: string[] = [];