function Temp Temp<D extends Dir>(prefix?: string,...ops: DirEntry<D>[],): DirEntry<D> Specify a temporary directory. Type Parameters D extends Dir Parameters optional prefix: string = ...ops: DirEntry<D>[] Return Type DirEntry<D>