Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit 167b3b0

Browse files
Accommodate ENCL enhancements
The auto-generating the index.ts file reverses the enhancements necessary for ENCL. A more permanent fix is coming.
1 parent 548cdb6 commit 167b3b0

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/index.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,13 @@ export default {
6262
};
6363
import * as protos from '../protos/protos';
6464
export {protos};
65+
66+
import {fromValue, toValue} from './helpers';
67+
68+
const helpers = {toValue, fromValue};
69+
70+
export {helpers};
71+
72+
import {_enhance} from './decorator';
73+
_enhance('v1beta1');
74+
_enhance('v1');

0 commit comments

Comments
 (0)