Type Alias WithPrevInfo

WithPrevInfo: { prev: string[] }

Information about word completion, to be used by completion callbacks.

Type declaration

  • prev: string[]

    The parameters preceding the word being completed, if any.