Using global external libraries without typings

suggest change

Although modules are ideal, if the library you are using is referenced by a global variable (like $ or _), because it was loaded by a script tag, you can create an ambient declaration in order to refer to it:

declare const _: any;

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents