feat: export middleware chain

This commit is contained in:
hypercross 2026-04-17 17:27:46 +08:00
parent 90ca8fa761
commit 0222b66bed
1 changed files with 3 additions and 0 deletions

View File

@ -31,4 +31,7 @@ export { mutableSignal } from './utils/mutable-signal';
export type { RNG } 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';