export function isZero(value?: any): boolean { return value === 0 }