mirror of
https://github.com/litruv/unhomoglyph.git
synced 2026-07-27 04:06:17 +10:00
Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
af3e0a9b7c | ||
|
|
7ff0277276 | ||
|
|
d6ec78e7c1 | ||
|
|
7ac80669b0 | ||
|
|
0fca8b9920 | ||
|
|
b7a5926d98 | ||
|
|
fee537fbf9 | ||
|
|
5fa3d0af6f | ||
|
|
a6c803a17d |
12
CHANGELOG.md
12
CHANGELOG.md
@@ -1,3 +1,15 @@
|
|||||||
|
1.0.5 / 2020-03-03
|
||||||
|
------------------
|
||||||
|
|
||||||
|
- Include missed TS definition into npm package.
|
||||||
|
|
||||||
|
|
||||||
|
1.0.4 / 2020-02-05
|
||||||
|
------------------
|
||||||
|
|
||||||
|
- Added TS definition.
|
||||||
|
|
||||||
|
|
||||||
1.0.3 / 2019-11-04
|
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",
|
"name": "unhomoglyph",
|
||||||
"version": "1.0.3",
|
"version": "1.0.5",
|
||||||
"description": "Replace all homoglyphs with base characters.",
|
"description": "Replace all homoglyphs with base characters.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"homoglyph",
|
"homoglyph",
|
||||||
@@ -10,7 +10,8 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"files": [
|
"files": [
|
||||||
"index.js",
|
"index.js",
|
||||||
"data.json"
|
"data.json",
|
||||||
|
"index.d.ts"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
|
|||||||
Reference in New Issue
Block a user