// 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;
}
