Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ScanOptionsInterface

Options for the scan process

Hierarchy

  • ScanOptionsInterface

Implemented by

Index

Properties

Properties

filter

filter: function

A filter function, that is run with every entry and should return wether to include this entry or not

param

Path of entry

param

Entry to filter

returns

Type declaration

    • (path: string, entry: string): Bluebird<boolean>
    • Parameters

      • path: string
      • entry: string

      Returns Bluebird<boolean>

glob

glob: string

A glob, that directory entries have to match to be included

path

path: string

The path to search in

recursive

recursive: boolean

Iterate through child directories

Generated using TypeDoc