Answer the question
In order to leave comments, you need to log in
How to use js libraries in typescript if there are no definitions?
How to load a js library into a typescript project if there are no typings for it.
used
/// <amd-dependency path="./node_modules/async" />
declare var require:(moduleId:string) => any;
....
val _ : any=require('async');
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question