{"version":3,"sources":["../../src/functions/objectKeys/objectKeys.ts"],"names":[],"mappings":";AAIO,IAAM,aAAyB,OAAO","sourcesContent":["import { StringKeyOf } from 'type-fest';\n\nimport { AnyFunction } from '../../types/internal';\n\nexport const objectKeys: ObjectKeys = Object.keys;\n\ninterface ObjectKeys {\n  <T extends object>(object: Exclude<T, AnyFunction>): StringKeyOf<T>[];\n}\n"]}