Files
unhomoglyph/index.d.ts

5 lines
111 B
TypeScript

declare module 'unhomoglyph' {
const unhomoglyph: (s: string) => string;
export default unhomoglyph;
}