mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-17 03:59:18 +08:00
2 lines
56 B
TypeScript
2 lines
56 B
TypeScript
export const inBrowser = typeof window !== 'undefined';
|