UNPKG

@yookue/ts-lang-utils

Version:

Common lang utilities for typescript

5 lines 124 B
export function anyEmpty(texts) { return !texts || !texts.length || texts.some(function (item) { return !item; }); }