更新
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
declare const distance: (a: string, b: string) => number;
|
||||
declare const closest: (str: string, arr: readonly string[]) => string;
|
||||
export { closest, distance };
|
||||
//# sourceMappingURL=mod.d.ts.map
|
||||
Reference in New Issue
Block a user