Preview: useSyncExternalStore.ts
Size: 364 B
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/react-redux/src/utils/useSyncExternalStore.ts
import type { useSyncExternalStore } from 'use-sync-external-store'
import type { useSyncExternalStoreWithSelector } from 'use-sync-external-store/with-selector'
export const notInitialized = () => {
throw new Error('uSES not initialized!')
}
export type uSES = typeof useSyncExternalStore
export type uSESWS = typeof useSyncExternalStoreWithSelector
Directory Contents
Dirs: 0 × Files: 12