Comparing version
{ | ||
"name": "char-props", | ||
"description": "Retrieve line and column of a character at a given index.", | ||
"version": "0.1.1", | ||
"description": "Utility for looking up line and column of a character at a given index and vice versa", | ||
"version": "0.1.2", | ||
"homepage": "https://github.com/twolfson/char-props", | ||
@@ -35,3 +35,10 @@ "author": { | ||
}, | ||
"keywords": [] | ||
"keywords": [ | ||
"character", | ||
"lookup", | ||
"line", | ||
"row", | ||
"column", | ||
"index" | ||
] | ||
} |
# char-props | ||
Retrieve line and column of a character at a given index. | ||
Utility for looking up line and column of a character at a given index and vice versa. | ||
@@ -5,0 +5,0 @@ ## Getting Started |
12783
1.11%