MCPcopy Create free account
hub / github.com/denoland/std / parseBooleanString

Function parseBooleanString

cli/parse_args.ts:500–502  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

498}
499
500function parseBooleanString(value: unknown) {
501 return value !== "false";
502}
503
504/**
505 * Take a set of command line arguments, optionally with a set of options, and

Callers 1

parseArgsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected