UNPKG

@feugene/mu

Version:

Helpful TS utilities without dependencies

6 lines 230 B
/** * Creates an array of the own enumerable string keyed property values of `object`. * Falls back to empty array for null/undefined. */ export default function values(object?: any): any[]; //# sourceMappingURL=values.d.ts.map