mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-09-02 14:19:46 +08:00
2 lines
56 B
TypeScript
2 lines
56 B
TypeScript
export const inBrowser = typeof window !== 'undefined';
|