UNPKG

web-component-analyzer

Version:
6 lines 165 B
/** * 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