7 lines
213 B
JavaScript
7 lines
213 B
JavaScript
"use strict";
|
|
/**
|
|
* This file is not imported anywhere, but is used to trigger TypeScript
|
|
* compilation of the various shims for the browser.
|
|
*/
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|