• Simply parses a file into lines as strings

    Returns

    array of strings, one for each line in the file

    Parameters

    • file: string

      path to file to read lines from

    Returns string[]

Generated using TypeDoc