feat: export middleware chain

This commit is contained in:
2026-04-17 17:27:46 +08:00
parent 90ca8fa761
commit 0222b66bed
+3
View File
@@ -31,4 +31,7 @@ export { mutableSignal } from './utils/mutable-signal';
export type { RNG } from './utils/rng'; export type { RNG } from './utils/rng';
export { createRNG, Mulberry32RNG } from './utils/rng'; export { createRNG, Mulberry32RNG } from './utils/rng';
export type {MiddlewareChain} from './utils/middleware'
export { createMiddlewareChain } from './utils/middleware';
export * from '@preact/signals-core'; export * from '@preact/signals-core';