UNPKG

tss-react-v18-peer-testing

Version:

makeStyles is dead, long live makeStyles!

10 lines (9 loc) 292 B
"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;