관리-도구
편집 파일: index.d.ts
export function distance(a: string, b: string): number; export function closest(str: string, arr: string[]): string;