Type alias DidYouMeanArgs
DidYouMeanArgs: {
0: string;
1: string[];
2?: { threshold?: number | undefined; opts?: { sensitive: boolean; } | undefined; };
}
Type declaration
-
0: string
-
1: string[]
-
Optional
2?: { threshold?: number | undefined; opts?: { sensitive: boolean; } | undefined; }