Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "deref"

A function to look for all remote references in a file and pulling them into the file as a top level symbol and replacing the external reference with an internal reference

module

deref

Index

Functions

Functions

default

  • default(payload: FilePayload[], callback: Function): void
  • A function to look for all remote references in a file and pulling them into the file as a top level symbol and replacing the external reference with an internal reference

    Parameters

    • payload: FilePayload[]

      The files that will be analyzed

    • callback: Function

      The standard callback returns with a regular err parameter and an updated payload object

    Returns void

Generated using TypeDoc