UNPKG

recoder-code

Version:

Complete AI-powered development platform with ML model training, plugin registry, real-time collaboration, monitoring, infrastructure automation, and enterprise deployment capabilities

7 lines (6 loc) 175 B
export { setGlobalOrigin, getGlobalOrigin } declare function setGlobalOrigin(origin: string | URL | undefined): void; declare function getGlobalOrigin(): URL | undefined;