Added comment header to definiton.

This commit is contained in:
Andrew Gaspar
2013-08-16 14:55:32 -05:00
parent bfeafe4660
commit 108f41dad9
+5
View File
@@ -1,3 +1,8 @@
// Type definitions for convert-source-map
// Project: https://github.com/thlorenz/convert-source-map
// Definitions by: Andrew Gaspar <https://github.com/AndrewGaspar/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare module "convert-source-map" {
export interface SourceMapConverter {
toObject(): any;