9 lines
177 B
TypeScript
9 lines
177 B
TypeScript
export {
|
|
setPendingSwitch,
|
|
getPendingSwitch,
|
|
clearPendingSwitch,
|
|
consumePendingSwitch,
|
|
_resetForTesting,
|
|
} from "./state"
|
|
export type { PendingSwitch } from "./state"
|