2023-01-20 15:08:01 +00:00
|
|
|
|
export { Capacitor, CapacitorHttp } from "@capacitor/core";
|
2023-01-25 17:29:47 +00:00
|
|
|
|
export { App as CapacitorApp } from '@capacitor/app';
|
|
|
|
|
|
2023-01-08 11:24:12 +00:00
|
|
|
|
export { Directory, Encoding, Filesystem } from "@capacitor/filesystem";
|
|
|
|
|
export type { WriteFileResult } from "@capacitor/filesystem";
|
2023-04-19 08:46:20 +00:00
|
|
|
|
|
|
|
|
|
// https://esm.sh/v116/@capacitor/app@4.1.1/X-ZS9AY2FwYWNpdG9yL2NvcmU/dist/esm/index.d.ts
|
|
|
|
|
|