UNPKG

@kinvolk/headlamp-plugin

Version:

The needed infrastructure for building Headlamp plugins.

7 lines (6 loc) 237 B
/** * Extracts and returns all unique top-level property keys from an array of objects. * * @param items - An array of objects from which to extract top-level keys */ export declare const getTopLevelKeys: (items: any[]) => string[];