UNPKG

fzf

Version:

Do fuzzy matching using FZF algorithm in JavaScript

5 lines (4 loc) 182 B
import { Int32 } from "./numerics"; export type Rune = Int32; export declare const strToRunes: (str: string) => number[]; export declare const runesToStr: (runes: Rune[]) => string;