• Create a Temporary directory with prefix, and optionally at "atPath"

    Parameters

    • prefix: string

      The prefix to use to create the tmpdir

    • Optional atPath: string

      Optionally set a custom path other than "os.tmpdir"

    Returns Promise<string>

    The created Path

Generated using TypeDoc