Get typed enumerable property keys from an object
import { getObjectKeys } from 'nsuite'console.log(getObjectKeys({ foo: 1 })) Copy
import { getObjectKeys } from 'nsuite'console.log(getObjectKeys({ foo: 1 }))
Get typed enumerable property keys from an object