UNPKG

myst-cli

Version:
7 lines (6 loc) 155 B
export function defined(value) { return value !== undefined; } export function notNullish(value) { return value !== undefined && value !== null; }