Options
All
  • Public
  • Public/Protected
  • All
Menu

Module nextra/gzip

Index

Functions

Functions

gzip

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

    function

    gzip

    memberof

    fsn/nextra

    Parameters

    • fileName: string

      The filename of the archive

    • inputFile: string

      The filepath of the input file

    • atomic: boolean = false

      If the gzip file should be created

    Returns Promise<void>

Generated using TypeDoc