declarations
Version:
[](https://www.npmjs.com/package/declarations)
11 lines (8 loc) • 325 B
TypeScript
// 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 namespace Meteor {
var isDevelopment : boolean;
}