UNPKG

@itgold/grandbazar-ui-kit

Version:

Grandbazar.io UI component library: React, Typescript, Tailwind, Rollup, Storybook, Jest.

4 lines (3 loc) 96 B
export function replaceNonBreakingSpaces(str: string) { return str.replace(/\u00a0/g, ' '); }