Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "get.files"

Reads a list of filenames and creates and array of [[FilePayload]]s

module

getFiles

Index

Functions

Functions

default

  • default(fileNames: string[], callback: Function): void
  • Reads a list of filenames and creates and array of [[FilePayload]]s

    Parameters

    • fileNames: string[]

      The list of files to create payloads from

    • callback: Function

      The callback to raise when it is done. It will get 2 parameters, a standard err parameter and payloads of the entire symbol tree

    Returns void

Generated using TypeDoc