UNPKG

@virtualstate/app-history

Version:

Native JavaScript [app-history](https://github.com/WICG/app-history) implementation

4 lines (3 loc) 80 B
export declare type WritableProps<T> = { -readonly [P in keyof T]: T[P]; };