Type alias StringMatchFunction

StringMatchFunction: ((full: string) => void)

Type declaration

    • (full: string): void
    • String match function.

      Parameters

      • full: string

        full string

      Returns void

Generated using TypeDoc