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