angular-cn/modules/empty.ts
2016-06-11 21:23:37 -07:00

5 lines
185 B
TypeScript

// This file intentionally left blank. It is used to load nothing in some cases.
// Such as parse5/index is redirected here instead of loading into browser.
export var __empty__: any;