UNPKG

nexustate

Version:

State management with listeners

4 lines (3 loc) 105 B
export function isBlankKey(key) { return key === null || (key instanceof Array && key.length === 0); }