Type alias ExistsCallback

ExistsCallback: ((err, exists?) => void)

Type declaration

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

      Parameters

      • err: NodeJS.ErrnoException
      • Optional exists: boolean

      Returns void

Generated using TypeDoc