Type alias ReadJsonCallback

ReadJsonCallback: ((err, json?) => void)

Type declaration

    • (err, json?): void
    • Get results of readJson().

      Parameters

      • err: NodeJS.ErrnoException
      • Optional json: any

      Returns void

Generated using TypeDoc