UNPKG

vue-app-sdk

Version:
13 lines (12 loc) 204 B
function nativeKeysIn(object) { var result = []; if (object != null) { for (var key in Object(object)) { result.push(key); } } return result; } export { nativeKeysIn as default };