I have a typescript file called Projects.ts that I want to reference a global variable declared in a bootstrap plugin called bootbox.js.

I want to access a variable called bootbox from within a TypeScript classes.

Is it possible?

7 Answers
7

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *