/** * Given a URL, determines if that URL resource is served with the * Access-Control-Allow-Origin: * CORS header. */ export default function isCorsEnabled(src: string, isSpfxSubResourceIntegrityFlightEnabled?: boolean): boolean; //# sourceMappingURL=isCorsEnabled.d.ts.map