MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins / htmlEscape

Function htmlEscape

dme/dme.ts:43–50  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

41 },
42} as const;
43
44// 工具函数
45// 获取命令前缀
46const prefixes = ["."];
47const mainPrefix = prefixes[0];
48
49const sleep = (ms: number): Promise<void> =>
50 new Promise((resolve) => setTimeout(resolve, ms));
51
52const TEXT_PLACEHOLDER = "占位符";
53

Callers 1

dmeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected