UNPKG

common-function-utils

Version:
6 lines (5 loc) 114 B
/** * 当前环境是否为浏览器 * @category Device */ export default function isBrowser(): boolean;