UNPKG

declarations

Version:

[![npm version](https://badge.fury.io/js/declarations.svg)](https://www.npmjs.com/package/declarations)

11 lines (8 loc) 325 B
// 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; }