UNPKG

@nodesecure/js-x-ray

Version:
6 lines (5 loc) 156 B
export function isNode(value) { return ( value !== null && typeof value === "object" && "type" in value && typeof value.type === "string" ); }