MCPcopy
hub / github.com/Bistutu/FluentRead / SelectCompatFn

Interface SelectCompatFn

entrypoints/main/compat.ts:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61interface SelectCompatFn {
62 [domain: string]: SelectFunction;
63}
64
65// 根据浏览器 url.host 是获取获取主域名
66export function getMainDomain(url: any) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected