Type alias SimpleActionExec

SimpleActionExec: ((buffer: string) => number)

Type declaration

    • (buffer: string): number
    • Only return how many chars are accepted. If > 0, accept. This might be a little slower than ActionExec, since this function need to calculate the content and rest.

      Parameters

      • buffer: string

      Returns number

Generated using TypeDoc