/// import { URL } from 'url'; /** * Fetch CORS utility. */ export default class FetchCORSUtility { /** * Validates request headers. * * @param originURL Origin URL. * @param targetURL Target URL. */ static isCORS(originURL: URL | string, targetURL: URL | string): boolean; } //# sourceMappingURL=FetchCORSUtility.d.ts.map