UNPKG

@medamajs/compose

Version:

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

2 lines (1 loc) 75 B
export type Normalize<T> = T extends T ? { [P in keyof T]: T[P] } : never;