UNPKG

@medamajs/compose

Version:

Composable state management extension for medama with support for hierarchical state layers, dynamic composition, and parallel state synchronization

4 lines 119 B
export type Normalize<T> = T extends T ? { [P in keyof T]: T[P]; } : never; //# sourceMappingURL=Normalize.d.ts.map