I trying to create an application with angular 2,and want use underscore.js library in my .ts files ,for example when i want use this function :
let myId = _.rest([5, 4, 3, 2, 1]);
_
is not define and throw error and i dont want use declare var _ : any;
in my module