UNPKG
node-desleri-by105
Version:
latest (2.0.1)
2.0.1
du bir deneme sürümüdür. 22222
node-desleri-by105
/
benimpaketimtest
/
node_modules
/
yargs
/
index.mjs
9 lines
(6 loc)
•
233 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'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
;