Skip to content

Commit

Permalink
added definitions for source-map-support
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartvds committed Mar 31, 2014
1 parent f354504 commit 17bcd6d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source-map-support/source-map-support-tests.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/// <reference path="source-map-support.d.ts" />

import sms = require('source-map-support');

sms.install();
8 changes: 8 additions & 0 deletions source-map-support/source-map-support.d.ts
Original file line number Diff line number Diff line change
@@ -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();
}

0 comments on commit 17bcd6d

Please sign in to comment.