blowfish/node_modules/@headlessui/react/dist/utils/ssr.js

2 lines
88 B
JavaScript
Raw Normal View History

2023-01-29 16:30:24 -06:00
const e=typeof window=="undefined"||typeof document=="undefined";export{e as isServer};