chore(doc-gen): fix text mock code
This commit is contained in:
parent
ed6298c33f
commit
ba80bd43ad
|
@ -1,4 +1,4 @@
|
||||||
export var __esModule = true;
|
export var __esModule = true;
|
||||||
export class OKToExport() {}
|
export class OKToExport {}
|
||||||
export function _thisIsPrivate() {}
|
export function _thisIsPrivate() {}
|
||||||
export var thisIsOK = '!';
|
export var thisIsOK = '!';
|
Loading…
Reference in New Issue