/
Mikhail823
/
todo
Обзор
Документация
Войти
/
Mikhail823
/
todo
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
node_modules/react-redux/src/utils/useSyncExternalStore.ts
9 строк
355 B
Mikhail Popov
j
23 фев 2026, 16:12
23 фев 2026, 16:12
ff7232a
Код
Авторство
О чём код?
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