MCPcopy Create free account
hub / github.com/Hashnode/starter-kit /

Class

packages/utils/renderer/headingSlugger.ts:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import slug from 'slug';
3
4export class HeadingSlugger {
5 headings: { [key: string]: number };
6
7 constructor() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected