interface Callback ((err, html) => any)
  • Parameters

    • err: Error
    • html: string

    Returns any

Generated using TypeDoc