securityos/node_modules/next/dist/lib/detect-typo.d.ts

2 lines
105 B
TypeScript
Raw Permalink Normal View History

2024-09-06 15:32:35 +00:00
export declare function detectTypo(input: string, options: string[], threshold?: number): string | null;