UNPKG

@amaui/utils

Version:
9 lines (8 loc) 157 B
export default function isExists(type) { switch (type) { case 'Intl': return typeof Intl !== 'undefined'; default: return false; } }