We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e57fecb commit 6fb22d4Copy full SHA for 6fb22d4
1 file changed
handwritten/datastore/src/index.ts
@@ -42,6 +42,9 @@ const pumpify = require('pumpify');
42
import {Transform} from 'stream';
43
44
import {entity, Entities, Entity, EntityProto, ValueProto} from './entity';
45
+import Key = entity.Key;
46
+export {Entity, Key};
47
+
48
import {
49
GetIndexesCallback,
50
GetIndexesOptions,
0 commit comments