MCPcopy Index your code
hub / github.com/Linen-dev/linen.dev / string.spec.ts

File string.spec.ts

packages/utilities/src/string.spec.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { decodeHTML, getLetter, pad, slugify, truncate } from './string';
2
3describe('#decodeHTML', () => {
4 it('replaces &lt; with <', () => {

Callers

nothing calls this directly

Calls 5

decodeHTMLFunction · 0.90
truncateFunction · 0.90
padFunction · 0.90
slugifyFunction · 0.90
getLetterFunction · 0.90

Tested by

no test coverage detected