@spare/regex-phrasing
Advanced tools
Comparing version
{ | ||
"name": "@spare/regex-phrasing", | ||
"version": "0.16.10", | ||
"version": "0.16.11", | ||
"description": "Regex sets", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -27,3 +27,3 @@ ## @spare/regex-phrasing | ||
import { lange } from '@spare/regex-phrasing' | ||
const list = [ | ||
const cast = [ | ||
'tolstoy', | ||
@@ -33,3 +33,3 @@ '\u001b[3;4;31mhatsu\u001b[0m', | ||
] | ||
for (let t of list) { | ||
for (let t of cast) { | ||
console.log(`[${t}] [length] (${t.length}) [lange] (${lange(t)})`) | ||
@@ -36,0 +36,0 @@ } |