UNPKG

ts-mind

Version:

A web-mind lib write in typescript.Sound apis and friendly plug-in mechanism in this lib.

9 lines (8 loc) 135 B
export const text = { is_empty(s: any) { if (!s) { return true; } return s.replace(/\s*/, "").length === 0; } };