makearmy-app/node_modules/next/dist/lib/detect-typo.d.ts
2025-09-22 10:37:53 -04:00

1 line
105 B
TypeScript

export declare function detectTypo(input: string, options: string[], threshold?: number): string | null;