time-to-botec/js/node_modules/@stdlib/utils/timeit/etc/cli_opts.json

23 lines
200 B
JSON
Raw Normal View History

{
"string": [
"iterations",
"repeats",
"before",
"after",
"format"
],
"boolean": [
"help",
"version",
"async"
],
"alias": {
"help": [
"h"
],
"version": [
"V"
]
}
}