Options
All
  • Public
  • Public/Protected
  • All
Menu

Module src/modules

Index

Functions

Functions

Const buildInc

  • buildInc(contents: string, srcpath: string, _destpath: string): string
  • Process contents and returns a the processed contents.

    Parameters

    • contents: string

      The contents of the file currently being read

    • srcpath: string

      The source path of the file that contents were read from

    • _destpath: string

      The destination file that the contents are to be written into.

    Returns string

    The contents of the file after they have been processed.

Generated using TypeDoc