summaryrefslogtreecommitdiff
path: root/includes/external/matrix/node_modules/unhomoglyph/index.d.ts
blob: 4e7f5b33cf3ac08b109e9d9a13de1fad7d6340c6 (plain)
1
2
3
4
declare module 'unhomoglyph' {
    const unhomoglyph: (s: string) => string;
    export default unhomoglyph;
}