mirror of
https://gh.wpcy.net/https://github.com/djav1985/v-wordpress-plugin-updater.git
synced 2026-04-25 04:12:14 +08:00
4 lines
No EOL
193 B
TypeScript
4 lines
No EOL
193 B
TypeScript
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
|