UNPKG

aspargvs

Version:
5 lines (4 loc) 212 B
export { JsonObject, JsonArray, JsonValue, JsonPrimitive } from './json'; export { Options } from './options'; export { handleArgs, handleArgv } from './args-parser'; export { unparseArgs } from './unparse';