MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / normalizeFeishuDomain

Function normalizeFeishuDomain

src/runtime/adapters/feishu.ts:51–55  ·  view source on GitHub ↗
(
  domain: unknown,
)

Source from the content-addressed store, hash-verified

49type FeishuSupportedResourceType = "image" | "file";
50
51export function normalizeFeishuDomain(
52 domain: unknown,
53): "feishu" | "lark" {
54 return domain === "lark" ? "lark" : "feishu";
55}
56
57export function resolveFeishuSdkDomain(
58 domain: unknown,

Callers 2

resolveFeishuSdkDomainFunction · 0.70
startMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected