1
0
mirror of https://github.com/pnp/sp-dev-fx-webparts.git synced 2025-03-03 02:09:13 +00:00
2016-09-19 13:07:07 +02:00

10 lines
262 B
TypeScript

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