UNPKG

dingtalk-docs-cool-app

Version:

钉钉文档酷应用插件扩展 开发者初始化包

3 lines (2 loc) 294 B
import fetch, { type RequestInfo, type RequestInit } from 'node-fetch'; export declare function getSafeFetch(domains: Array<(string | RegExp)>, manifest: any, config: string | Record<string, string> | null): (url: RequestInfo, options: RequestInit, authId?: string) => Promise<fetch.Response>;