Options
All
  • Public
  • Public/Protected
  • All
Menu

Module src/interface

Index

Type aliases

AnonymousFn

AnonymousFn: () => any

Represents an anonymous function

Type declaration

    • (): any
    • Returns any

BufferEncoding

BufferEncoding: "ascii" | "utf8" | "utf-8" | "utf16le" | "ucs2" | "ucs-2" | "base64" | "latin1" | "binary" | "hex"

InternalOptType

InternalOptType: undefined | string | number | boolean

LogType

LogType<T>: (...args: T[]) => void

Type parameters

  • T

Type declaration

    • (...args: T[]): void
    • Parameters

      • Rest ...args: T[]

      Returns void

ProcessFn

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

Type that represents process method

Type declaration

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

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

      Returns string | boolean

Generated using TypeDoc