MCPcopy Index your code
hub / github.com/EhTagTranslation/EhSyringe / EHTNamespace

Interface EHTNamespace

src/interface.ts:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37export type EHTNamespaceNameShort = '' | 'r' | 'l' | 'p' | 'c' | 'g' | 'a' | 'cos' | 'm' | 'f' | 'x' | 'o' | 'loc';
38
39export interface EHTNamespace {
40 namespace: EHTNamespaceName;
41 count: number;
42 data: Record<string, EHTTag>;
43}
44
45export interface EHTTag {
46 name: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected