Appearance
目前只支持 ES 模块
npm install @shilong/utils --save # pnpm add @shilong/utils -S
import { isBrowser } from '@shilong/utils' if (isBrowser()) { console.log('Browser environment') document.getElementById('root') }
WIP...