Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "writeIt"

Index

Functions

Functions

Const writeIt

  • writeIt(path: string, data: string): Promise<void>
  • Writes JSON data to a file.

    Parameters

    • path: string

      Path to file.

    • data: string

      Data to be written.

    Returns Promise<void>

    Resolves after writing the file successfully.

Generated using TypeDoc