This commit is contained in:
Eugene Pankov
2017-04-11 22:45:59 +02:00
parent 0ea346a6ae
commit dc513b427d
114 changed files with 454 additions and 374 deletions

View File

@@ -0,0 +1,3 @@
export abstract class TabRecoveryProvider {
abstract async recover (recoveryToken: any): Promise<void>
}