1
0
mirror of https://github.com/pnp/sp-dev-fx-webparts.git synced 2025-03-09 06:38:52 +00:00
Jeremy Coleman 794c8fd32f React Modern Charts ()
* Initial Commit

* Cleaned up unused files
2017-03-13 12:35:20 +02:00

8 lines
285 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;