mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
added definitions for source-map-support
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
/// <reference path="source-map-support.d.ts" />
|
||||
|
||||
import sms = require('source-map-support');
|
||||
|
||||
sms.install();
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
// Type definitions for source-map-support 0.2.5
|
||||
// Project: https://github.com/evanw/source-map-support
|
||||
// Definitions by: Bart van der Schoor <https://github.com/Bartvds>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module 'source-map-support' {
|
||||
export function install();
|
||||
}
|
||||
Reference in New Issue
Block a user