FurBall/uni_modules/tuniaoui-vue3/libs/lodash/_nativeKeys.ts

6 lines
109 B
TypeScript

import { overArg } from './_overArg'
const nativeKeys = overArg(Object.keys, Object)
export { nativeKeys }