1 line
105 B
TypeScript
Executable file
1 line
105 B
TypeScript
Executable file
export declare function detectTypo(input: string, options: string[], threshold?: number): string | null;
|