UNPKG

cldr-segmentation

Version:
16 lines (12 loc) 209 B
export class NullSuppressions { static instance; constructor() { if (this.instance) { return this.instance; } this.instance = this; } shouldBreak(_cursor) { return true; } }