Skip to content

FlagPathChecksFragmentV1

Filesystem expectations of a flag or arg fragment.

Signatures

ts
type FlagPathChecksFragmentV1 = unknown;

Members

Properties

create

ts
create?: true;

mustExist

ts
mustExist: boolean;

type

ts
type?: "file" | "directory";

See Also

Released under the MIT License.