chore(doc-gen): fix text mock code

This commit is contained in:
Peter Bacon Darwin 2015-05-19 11:31:04 +01:00
parent ed6298c33f
commit ba80bd43ad
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
export var __esModule = true;
export class OKToExport() {}
export class OKToExport {}
export function _thisIsPrivate() {}
export var thisIsOK = '!';