UNPKG

patronum

Version:

☄️ Effector utility library delivering modularity and convenience

5 lines 105 B
export function empty(source) { return source.map(value => value == null, { skipVoid: false }); }