Type alias MakeDirectoryCallback

MakeDirectoryCallback: ((err, path?) => void)

Type declaration

    • (err, path?): void
    • Get results of mkdir().

      Parameters

      • err: NodeJS.ErrnoException

        error

      • Optional path: string

        first directory path created (if any)

      Returns void

Generated using TypeDoc