UNPKG

bunyamin

Version:

Bunyan-based logger for Node.js supporting Trace Event format

4 lines (3 loc) 86 B
export function isUndefined(x: unknown): x is undefined { return x === undefined; }