Function printTime

  • Wrapper for parser time. Instead of returning the time in milliseconds, it console.logs it, in a nicely formatted string.

    Parameters

    • name: string

      debug name for timing

    • callback: Function

      callback to time

    Returns void

Generated using TypeDoc