Sha256: 71621122704b3d3c620e50d1e0ae1b5adc2293dd0b47c35265fb5405bcf4d3a7
Contents?: true
Size: 272 Bytes
Versions: 26
Compression:
Stored size: 272 Bytes
Contents
/** * Given an invalid input string and a list of valid options, returns a filtered * list of valid options sorted based on their similarity with the input. */ export declare function suggestionList( input: string, options: ReadonlyArray<string>, ): Array<string>;
Version data entries
26 entries across 26 versions & 1 rubygems