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
The JavaScript language used by my project, I define some global variables and functions. If you want to get the automatic prompt of VSCode, how should you do?
The text was updated successfully, but these errors were encountered:
./types/a.d.ts declare type myFunction<T> = (url: string, data: Record<string, string>) => Promise<T>;
this is my global function.Is it right to do this
The JavaScript language used by my project, I define some global variables and functions. If you want to get the automatic prompt of VSCode, how should you do?
The text was updated successfully, but these errors were encountered: