Parser: ((contents: string, file: string) => TodoComment[])

Type declaration

    • (contents: string, file: string): TodoComment[]
    • receive the contents and file and return a list of parsed items

      Parameters

      • contents: string
      • file: string

      Returns TodoComment[]

Generated using TypeDoc