Type alias ReadFileTextCallback

ReadFileTextCallback: ((err: NodeJS.ErrnoException, text?: string) => void)

Type declaration

    • (err: NodeJS.ErrnoException, text?: string): void
    • Get results of readFileText().

      Parameters

      • err: NodeJS.ErrnoException
      • Optional text: string

      Returns void

Generated using TypeDoc