mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-17 19:52:23 +08:00
Merge pull request #4265 from lbguilherme/patch-1
source-map-support: bump version and fix node dependency
This commit is contained in:
6
source-map-support/source-map-support.d.ts
vendored
6
source-map-support/source-map-support.d.ts
vendored
@@ -1,15 +1,17 @@
|
||||
// Type definitions for source-map-support 0.2.6
|
||||
// Type definitions for source-map-support 0.2.10
|
||||
// Project: https://github.com/evanw/source-map-support
|
||||
// Definitions by: Bart van der Schoor <https://github.com/Bartvds>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../node/node.d.ts" />
|
||||
|
||||
declare module 'source-map-support' {
|
||||
/**
|
||||
* Output of retrieveSourceMap().
|
||||
*/
|
||||
export interface UrlAndMap {
|
||||
url: string;
|
||||
map: any; // string or Buffer
|
||||
map: string|Buffer;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user