mirror of
https://github.com/litruv/unhomoglyph.git
synced 2026-07-24 02:36:12 +10:00
add a type definition file for typescript users
This commit is contained in:
4
index.d.ts
vendored
Normal file
4
index.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
declare module 'unhomoglyph' {
|
||||
const unhomoglyph: (s: string) => string;
|
||||
export default unhomoglyph;
|
||||
}
|
||||
Reference in New Issue
Block a user