Sign in
chromium
/
devtools
/
devtools-frontend
/
907dfdffa300ba5580da7eef717930396d763b4e
/
.
/
node_modules
/
yargs
/
index.mjs
blob: 23d908013f749a031070cceccdcf0cb003698334 [
file
]
'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
;