Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBaseOptions

Basic options for file operations: used by cp, mv, rename and rm.

export
interface

IBaseOptions

Hierarchy

  • IBaseOptions

Index

Properties

Properties

Optional filter

filter: function

A function called to reject or accept nodes. This is used only when matching has been left empty.

memberof

IBaseOptions

Type declaration

    • (from: string): boolean
    • Parameters

      • from: string

      Returns boolean

Optional flags

Flags to determine properties per node

type

{EInspectFlags}

memberof

IBaseOptions

Optional matching

matching: string[]

Array of glob minimatch patterns

type

{string[]}

memberof

IBaseOptions

Generated using TypeDoc