method FakeTime.restoreForView codeFakeTime.restoreFor<T>(callback: (...args: any[]) => Promise<T> | T,...args: any[]): Promise<T>Restores real time temporarily until callback returns and resolves. Type ParametersTView codeParameterscallback: (...args: any[]) => Promise<T> | TView code...args: any[]View codeReturn TypePromise<T>View code