Sign in
chromium
/
devtools
/
devtools-frontend.git
/
HEAD
/
.
/
node_modules
/
web-component-analyzer
/
lib
/
cjs
/
util
/
set-util.d.ts
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