feat: export middleware chain
This commit is contained in:
parent
90ca8fa761
commit
0222b66bed
|
|
@ -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';
|
||||||
Loading…
Reference in New Issue