UNPKG
@restrella/capacitor-updater
Version:
latest (8.0.0)
8.0.0
7.0.52
Live update for capacitor apps
capgo.app/docs/plugins/updater/
Cap-go/capacitor-updater
@restrella/capacitor-updater
/
dist
/
esm
/
index.d.ts
6 lines
(5 loc)
•
197 B
TypeScript
View Raw
1
2
3
4
5
6
import
'./history'
;
import
type
{
CapacitorUpdaterPlugin
}
from
'./definitions'
;
declare
const
CapacitorUpdater
:
CapacitorUpdaterPlugin
;
export
*
from
'./definitions'
;
export
{
CapacitorUpdater
};