nsuite - v1.0.1
    Preparing search index...

    Function getObjectKeys

    • Get typed enumerable property keys from an object

      Type Parameters

      • T extends object

      Parameters

      • obj: T

      Returns (keyof T)[]

      import { getObjectKeys } from 'nsuite'
      console.log(getObjectKeys({ foo: 1 }))