Options
All
  • Public
  • Public/Protected
  • All
Menu

Module nextra/gunzip

Index

Functions

Functions

gunzip

  • gunzip(fileName: string, inputFile: string, atomic?: boolean): Promise<void>
  • Un-Gzips a file

    function

    gunzip

    memberof

    fsn/nextra

    Parameters

    • fileName: string

      The filename of the output file

    • inputFile: string

      The filepath of the archive

    • atomic: boolean = false

      If the unzip file should be created atomically

    Returns Promise<void>

Generated using TypeDoc