UNPKG
@ka1do/kit
Version:
latest (0.0.3)
0.0.3
Kaido Kit
github.com/kaido-team/kaido-kit
kaido-team/kaido-kit
@ka1do/kit
/
helpers
/
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
;