UNPKG

vamtiger-argv

Version:

This contains convenience methods for accessing commandline arguments.

7 lines 261 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const rawArguments = process.argv; const rawArgumentsSet = new Set(rawArguments); exports.default = rawArguments; exports.set = new Set(rawArguments); //# sourceMappingURL=index.js.map