Chocobozzz/PeerTube

View on GitHub
client/src/app/core/routing/disable-for-reuse-hook.ts

Summary

Maintainability
A
0 mins
Test Coverage
export interface DisableForReuseHook {

  disableForReuse (): void

  enabledForReuse (): void

}