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