Type alias CompleteCallback

CompleteCallback: CustomCallback<ParseInfo<string[]> & WithComp<string>, string[]>

A custom callback for word completion.

See

CustomCallback