6 lines
109 B
TypeScript
6 lines
109 B
TypeScript
import { overArg } from './_overArg'
|
|
|
|
const nativeKeys = overArg(Object.keys, Object)
|
|
|
|
export { nativeKeys }
|