sp-dev-fx-webparts/samples/knockout-taxonomy/typings/@ms/odsp.d.ts

10 lines
262 B
TypeScript
Raw Normal View History

2016-11-08 19:26:52 -05:00
// Type definitions for Microsoft ODSP projects
// Project: ODSP
/// <reference path="odsp-webpack.d.ts" />
/* Global definition for DEBUG builds */
declare const DEBUG: boolean;
/* Global definition for UNIT_TEST builds */
declare const UNIT_TEST: boolean;