Function replaceContent

  • Replace the content of a file.

    Parameters

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

          • source: string

          Returns string

    • callback: ((err) => void)
        • (err): void
        • Parameters

          • err: null | ErrnoException

          Returns void

    Returns void

Generated using TypeDoc