Skip to content

RemoveOptions

Defined in: src/types/public.ts:333

Options for removing a remote file entry.

PropertyTypeDescriptionDefined in
ignoreMissing?booleanWhen true, do not throw if the path does not exist.src/types/public.ts:337
signal?AbortSignalAbort signal used to cancel the operation.src/types/public.ts:335