Stefan Bauer e6afa9ad4f HandlebarJS sample using webpack loader configuration (#142)
* handlebarsjs webpack loader sample

* removed trashed folder
2017-03-07 22:57:26 +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;