@haxall/haxall
    Preparing search index...

    Function __promisify__

    • Asynchronously creates a unique temporary directory. Generates six random characters to be appended behind a required prefix to create a unique temporary directory.

      Parameters

      • prefix: string
      • Optionaloptions: EncodingOption

        The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, 'utf8' is used.

      Returns Promise<string>

    • Asynchronously creates a unique temporary directory. Generates six random characters to be appended behind a required prefix to create a unique temporary directory.

      Parameters

      • prefix: string
      • options: BufferEncodingOption

        The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, 'utf8' is used.

      Returns Promise<Buffer<ArrayBufferLike>>

    • Asynchronously creates a unique temporary directory. Generates six random characters to be appended behind a required prefix to create a unique temporary directory.

      Parameters

      • prefix: string
      • Optionaloptions: EncodingOption

        The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, 'utf8' is used.

      Returns Promise<string | Buffer<ArrayBufferLike>>