File size: 111 Bytes
1e92f2d | 1 2 3 4 5 | 'use client'
export const value =
'browser-module/' + (typeof window !== 'undefined' ? 'browser' : 'other')
|
1e92f2d | 1 2 3 4 5 | 'use client'
export const value =
'browser-module/' + (typeof window !== 'undefined' ? 'browser' : 'other')
|