UNPKG

shopper

Version:
5 lines (3 loc) 86 B
export function isDefined(x: any): boolean { return x !== undefined && x !== null }