UNPKG

li18nt

Version:

Locales linter, formatter, sorter and prettifier

6 lines (5 loc) 170 B
/** * Returns a set with all keys from the given objects * @param objects */ export declare const keysFrom: <T extends Record<any, any>>(objects: T[]) => Set<string>;