export function isId(id: unknown) { return null !== id; }