Sign in
chromium
/
devtools
/
devtools-frontend
/
refs/heads/chromium/4635
/
.
/
node_modules
/
yargs
/
index.mjs
blob: 23d908013f749a031070cceccdcf0cb003698334 [
file
] [
log
] [
blame
] [
edit
]
'use strict'
;
// Bootstraps yargs for ESM:
import
esmPlatformShim
from
'./lib/platform-shims/esm.mjs'
;
import
{
YargsWithShim
}
from
'./build/lib/yargs-factory.js'
;
const
Yargs
=
YargsWithShim
(
esmPlatformShim
);
export
default
Yargs
;