mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-07 21:48:24 +00:00
* adding js sample to demonstrate how to use UCWA SDK and subscribe to skype status * js-skype-status: fixing extension casing for images links * removing files that are not supposed to be here * js-skype-status: adding missing import for jquery in service * js-skype-status: aligning services with react version * adding missing telemetry code * js-skype-status: updating sample's readme to match standard * updating readme to latest version of the standard
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; |