mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-08 05:58:36 +00:00
* first commit * Implemented GetChanges API, Readme updated, New property "socket server url" * added some scripts in order to automate the provisioning and deployment, readme updated, minor bug fix
11 lines
359 B
TypeScript
11 lines
359 B
TypeScript
// Type definitions for Microsoft ODSP projects
|
|
// Project: ODSP
|
|
|
|
/* Global definition for UNIT_TEST builds
|
|
Code that is wrapped inside an if(UNIT_TEST) {...}
|
|
block will not be included in the final bundle when the
|
|
--ship flag is specified */
|
|
declare const UNIT_TEST: boolean;
|
|
|
|
/* Global defintion for SPO builds */
|
|
declare const DATACENTER: boolean; |