UNPKG

@yookue/ts-lang-utils

Version:

Common lang utilities for typescript

3 lines 87 B
export function removeBlank(text) { return !text ? text : text.replace(/\s+/g, ''); }