@virtualstate/app-history
Version:
Native JavaScript [app-history](https://github.com/WICG/app-history) implementation
1 lines • 66 B
text/typescript
export type WritableProps<T> = { -readonly [P in keyof T]: T[P] };
Native JavaScript [app-history](https://github.com/WICG/app-history) implementation