Buckets:
| import * as util from 'util'; | |
| const pv = (typeof process === 'object' && | |
| !!process && | |
| typeof process.version === 'string') ? | |
| process.version | |
| : 'v0.0.0'; | |
| const pvs = pv | |
| .replace(/^v/, '') | |
| .split('.') | |
| .map(s => parseInt(s, 10)); | |
| /* c8 ignore start */ | |
| const [major = 0, minor = 0] = pvs; | |
| /* c8 ignore stop */ | |
| let { parseArgs: pa, } = util; | |
| /* c8 ignore start - version specific */ | |
| if (!pa || | |
| major < 16 || | |
| (major === 18 && minor < 11) || | |
| (major === 16 && minor < 19)) { | |
| // Ignore because we will clobber it for commonjs | |
| //@ts-ignore | |
| pa = (await import('@pkgjs/parseargs')).parseArgs; | |
| } | |
| /* c8 ignore stop */ | |
| export const parseArgs = pa; | |
| //# sourceMappingURL=parse-args.js.map |
Xet Storage Details
- Size:
- 723 Bytes
- Xet hash:
- 4a706a2f1dc523ea936ca8e5bf10cba2b5832e25e13524c2ad1da44db5977510
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.