{"version":3,"file":"static/js/6484.7048d73e.chunk.js","mappings":"uKAQM,MAAOA,UAAwBC,EAAAA,GACnC,UAAMC,CAAKC,GAEX,CAEA,UAAMC,CAAKD,GAEX,E","sources":["../node_modules/@capacitor/splash-screen/src/web.ts"],"sourcesContent":["import { WebPlugin } from '@capacitor/core';\n\nimport type {\n HideOptions,\n ShowOptions,\n SplashScreenPlugin,\n} from './definitions';\n\nexport class SplashScreenWeb extends WebPlugin implements SplashScreenPlugin {\n async show(_options?: ShowOptions): Promise {\n return undefined;\n }\n\n async hide(_options?: HideOptions): Promise {\n return undefined;\n }\n}\n"],"names":["SplashScreenWeb","WebPlugin","show","_options","hide"],"sourceRoot":""}