mirror of
https://github.com/litruv/unhomoglyph.git
synced 2026-07-24 02:36:12 +10:00
5 lines
111 B
TypeScript
5 lines
111 B
TypeScript
declare module 'unhomoglyph' {
|
|
const unhomoglyph: (s: string) => string;
|
|
export default unhomoglyph;
|
|
}
|