UNPKG
typeorm-stubs
Version:
latest (1.2.1)
1.2.1
1.1.0
1.0.1
1.0.0
Stubs generator for Typeorm entities
github.com/superclaw/typeorm-stubs
superclaw/typeorm-stubs
typeorm-stubs
/
utils
/
typed-keys.js
12 lines
•
299 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
typedKeys
=
void
0
;
function
typedKeys
(
obj
) {
const
keys = [];
for
(
const
key
in
obj) { keys.
push
(key); }
return
keys; }
exports
.
typedKeys
= typedKeys;
//# sourceMappingURL=typed-keys.js.map