
export function axIsTypeBoolean(x): boolean {
	return typeof x === 'boolean';
}