
export function axCoerceBoolean(x): boolean {
	return !!x;
}
