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
/
browser.mjs
8 lines
(5 loc)
•
234 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
// Bootstrap yargs for browser:
import
browserPlatformShim
from
'./lib/platform-shims/browser.mjs'
;
import
{
YargsWithShim
}
from
'./build/lib/yargs-factory.js'
;
const
Yargs
=
YargsWithShim
(browserPlatformShim);
export
default
Yargs
;