diff --git a/convert-source-map/convert-source-map.d.ts b/convert-source-map/convert-source-map.d.ts index 0a938af09..6034d13f7 100644 --- a/convert-source-map/convert-source-map.d.ts +++ b/convert-source-map/convert-source-map.d.ts @@ -1,3 +1,8 @@ +// Type definitions for convert-source-map +// Project: https://github.com/thlorenz/convert-source-map +// Definitions by: Andrew Gaspar +// Definitions: https://github.com/borisyankov/DefinitelyTyped + declare module "convert-source-map" { export interface SourceMapConverter { toObject(): any;