I'd like to use google's closure library in my typescript based environment and I wonder if there is an existing type definition file for the library?
I know that there is a converter for the opposite (i.e. a converter from typescript to closure) here but I'd like to stay in typescript environment.
I'll probably start defining modules/methods that I use in a type definition file and update the file as I go but obviously it would be much better if there is an existing file already.
The definitive source for TypeScript definitions is https://github.com/borisyankov/DefinitelyTyped and considering its not there I suspect no one has gotten around to creating a type definition for Google Closure Library.