Options
All
  • Public
  • Public/Protected
  • All
Menu

Module src/Interfaces

Index

Interfaces

Type aliases

Type aliases

ProcessFn

ProcessFn: (contents: string, srcpath: string, destpath: string) => string | boolean

Type declaration

    • (contents: string, srcpath: string, destpath: string): string | boolean
    • Parameters

      • contents: string
      • srcpath: string
      • destpath: string

      Returns string | boolean

Generated using TypeDoc