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