UNPKG

stu

Version:

Stub dependencies when testing

7 lines 231 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const getObjectKeys = (obj) => { return Object.getOwnPropertyNames(obj); }; exports.default = getObjectKeys; //# sourceMappingURL=getObjectKeys.js.map