You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Bar.tsexportasyncfunctiongetFoo(): Promise<Foo>{// tslint:disable:no-any// What is the return type of a dynamic loaded es-module?returnimport('./Foo').then(({ Foo }: any): Foo=>newFoo());// tslint:enable:no-any}
The text was updated successfully, but these errors were encountered:
I haven't find any resources for this question.
Example
The text was updated successfully, but these errors were encountered: