mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Added comment header to definiton.
This commit is contained in:
+5
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user