0.1.2 • Published 5 months ago

keymark v0.1.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 months ago

keymark

About

highlighting a specific key in a string

Example

support ASCII escape
const keymark = require("keymark");
keymark("Random String ok", "ok");
output:
Random String ok
              ^^
custom mark
const keymark = require("keymark");
keymark("Random String ok", "ok", "*");
output:
Random String ok
              **
0.1.2

5 months ago

0.1.1

5 months ago

0.1.0

2 years ago

0.0.1

2 years ago