[READ-ONLY] Mirror of https://github.com/FoxxMD/redact-string. Redact part or all of a string foxxmd.github.io/redact-string
javascript redact redaction replace-text string string-manipulation typescript
0

Configure Feed

Select the types of activity you want to include in your feed.

Fix some typos and typedoc links

FoxxMD (Jul 11, 2023, 11:32 AM EDT) 14077001 90214b75

+4 -4
+1 -1
README.md
··· 2 2 3 3 Redact (replace) part or all of a string with a character. 4 4 5 - ## Why another react package? 5 + ## Why another redact package? 6 6 7 7 The other popular packages seem to be restricted to a certain behavior: 8 8
+3 -3
typedoc.json
··· 1 1 { 2 2 "$schema": "https://typedoc.org/schema.json", 3 - "name": "string-sameness Docs", 3 + "name": "redact-string Docs", 4 4 "entryPoints": ["./src"], 5 5 "sort": ["source-order"], 6 6 "categorizeByGroup": false, ··· 8 8 "Functions": 1.5 9 9 }, 10 10 "navigationLinks": { 11 - "Docs": "http://foxxmd.github.io/string-sameness", 12 - "GitHub": "https://github.com/foxxmd/string-sameness" 11 + "Docs": "https://foxxmd.github.io/redact-string", 12 + "GitHub": "https://github.com/foxxmd/redact-string" 13 13 } 14 14 }