blob: 820f968b34a5df5265b62b3f248ded0c710416c3 [file] [log] [blame]
/**
* Returns the first element in the set
* @param set
*/
export declare function getFirst<T>(set: Set<T>): T | undefined;
//# sourceMappingURL=set-util.d.ts.map