Function replaceContentSync

  • Replace the content of a file.

    Parameters

    • path: string
    • replacer: ((source) => string)
        • (source): string
        • Parameters

          • source: string

          Returns string

    Returns void

Generated using TypeDoc