UNPKG

@yookue/ts-lang-utils

Version:

Common lang utilities for typescript

5 lines 125 B
export function allEmpty(texts) { return !texts || !texts.length || texts.every(function (item) { return !item; }); }