UNPKG

coc.nvim

Version:

LSP based intellisense engine for neovim & vim8.

4 lines (3 loc) 217 B
export declare function score(needle: any, haystack: any): number; export declare function positions(needle: string, haystack: string): number[]; export declare function hasMatch(needle: any, haystack: any): boolean;