mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Adding support for Meteor's jboulhous:dev package.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
/// <reference path="meteor-jboulhous-dev.d.ts" />
|
||||
|
||||
Meteor.isDevelopment;
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
// Type definitions for jboulhous:dev
|
||||
// Project: https://github.com/jboulhous/dev
|
||||
// Definitions by: Robbie Van Gorkom <https://github.com/vangorra>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
/// <reference path="../meteor/meteor.d.ts" />
|
||||
|
||||
declare module Meteor {
|
||||
var isDevelopment : boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user