UNPKG
payjustnow-capacitor-updater
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Live update for capacitor apps
github.com/Cap-go/capacitor-updater
Cap-go/capacitor-updater
payjustnow-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
};