Sign in
apache
/
nifi-fds
/
gh-pages
/
.
/
node_modules
/
yargs
/
index.mjs
blob: 23d908013f749a031070cceccdcf0cb003698334 [
file
] [
log
] [
blame
]
'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
;