UNPKG

@virtualstate/app-history

Version:

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

3 lines (2 loc) 130 B
import { Event } from "./event"; export declare function createEvent<T extends string | symbol, E extends Event<T>>(event: E): E;