Sign in
chromium
/
devtools
/
devtools-frontend.git
/
refs/heads/main
/
.
/
node_modules
/
uuid
/
dist
/
native.js
blob: 76f44f91ffbd98b1cea83202dc814072c9d58353 [
file
] [
log
] [
blame
] [
edit
]
const
randomUUID
=
typeof
crypto
!==
'undefined'
&&
crypto
.
randomUUID
&&
crypto
.
randomUUID
.
bind
(
crypto
);
export
default
{
randomUUID
};