Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Parser

Index

Constructors

Methods

Constructors

constructor

  • new Parser(contents: Buffer, filePath: string, root: string, prefix: string): Parser
  • Parameters

    • contents: Buffer
    • filePath: string
    • root: string
    • prefix: string

    Returns Parser

Methods

getContent

  • getContent(): Buffer
  • Returns Buffer

hook

  • Parameters

    Returns void

isHasObj

  • isHasObj(arr: any, val: any): boolean
  • Parameters

    • arr: any
    • val: any

    Returns boolean