@gallop/router
Version:
20 lines (18 loc) • 500 B
text/typescript
// import { IRouter } from './router'
// export class HashRouter implements IRouter {
// push(): void {
// throw new Error('Method not implemented.')
// }
// replace(): void {
// throw new Error('Method not implemented.')
// }
// forward(): void {
// throw new Error('Method not implemented.')
// }
// go(): void {
// throw new Error('Method not implemented.')
// }
// back(): void {
// throw new Error('Method not implemented.')
// }
// }