UNPKG

@voiceflow/common

Version:

Junk drawer of utility functions

3 lines 156 B
import type { AnyRecord } from '../../types'; export declare const getKeys: <T extends AnyRecord>(obj: T) => (keyof T)[]; //# sourceMappingURL=keys.d.ts.map