RSS Git Download  Clone
Raw View History
Blames found: 1 Mode: application/typescript Binary: false


Hang on, we reloading big blames...
export interface StateInterface { NotFound: boolean, RequestPath: string, } let State: StateInterface = { NotFound: false, RequestPath: location.pathname + location.search + location.hash } export {State};