mirror of
https://github.com/litruv/unhomoglyph.git
synced 2026-07-27 04:06:17 +10:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7ac80669b0 | ||
|
|
0fca8b9920 | ||
|
|
b7a5926d98 | ||
|
|
fee537fbf9 | ||
|
|
5fa3d0af6f | ||
|
|
a6c803a17d |
@@ -1,3 +1,9 @@
|
||||
1.0.4 / 2020-02-05
|
||||
------------------
|
||||
|
||||
- Added TS definition.
|
||||
|
||||
|
||||
1.0.3 / 2019-11-04
|
||||
------------------
|
||||
|
||||
|
||||
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;
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "unhomoglyph",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"description": "Replace all homoglyphs with base characters.",
|
||||
"keywords": [
|
||||
"homoglyph",
|
||||
|
||||
Reference in New Issue
Block a user