azure-devops-mcp

by RyanCardin15
Verified
// Is a given value equal to null? export default function isNull(obj) { return obj === null; }