RC.0: How to Install a third party with no typings

I was upgrading my app to RC.0 but I’m can’t get work ImgCache.js. It says it’s undefined. I have run npm install imgcache.js --save. Does anyone know any work round to instal third party libraries with no export?

SOLUTION