UNPKG

capacitor-cors-bypass-enhanced

Version:

Enhanced Capacitor plugin for CORS bypass with HTTP/2, HTTP/3, gRPC, GraphQL, file operations, and advanced networking features. Modular TypeScript definitions for better maintainability.

9 lines (8 loc) 259 B
/** * Capacitor CORS Bypass Plugin Definitions * * This file serves as the main entry point for all plugin types. * Individual type definitions are organized in the ./types directory. */ // Re-export all types from modular files export * from './types';