UNPKG

@onesy/utils

Version:
12 lines (11 loc) 271 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function isExists(type) { switch (type) { case 'Intl': return typeof Intl !== 'undefined'; default: return false; } } exports.default = isExists;