Skip to content
void.Install void

API.

Docs

The complete API, including every option.

run()

Runs void. Takes no arguments and returns undefined.

function run(): void

Options

OptionTypeDefault
none

Errors

void does not throw. There is no failure path because there is no code path.

shipped