Your IP : 216.73.216.86


Current Path : /home/emeraadmin/www/node_modules/tss-react/tools/
Upload File :
Current File : /home/emeraadmin/www/node_modules/tss-react/tools/objectKeys.js

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.objectKeys = void 0;
/** Object.keys() with types */
function objectKeys(o) {
    // eslint-disable-next-line @typescript-eslint/no-explicit-any
    return Object.keys(o);
}
exports.objectKeys = objectKeys;