UNPKG

@darwish/utils-core

Version:

7 lines (6 loc) 114 B
/** * * @returns 判断是否是浏览器环境 */ declare const isBrowser: boolean; export default isBrowser;