Function readTextSync

  • Shorter version of [[readFileSync]] where the encoding is UTF-8.

    Parameters

    • path: string

      the path to the file to read

    Returns string

    the file's text contents

Generated using TypeDoc