UNPKG
cap-codepush-mod
Version:
beta (1.0.0-beta.3)
latest (1.0.0-beta.1)
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
CodePush Plugin for Capacitor
github.com/mraghuram3/capacitor-codepush
cap-codepush-mod
/
src
/
index.ts
6 lines
(5 loc)
•
174 B
text/typescript
View Raw
1
2
3
4
5
6
export
*
from
"./codePush"
;
export
*
from
"./installMode"
;
export
*
from
"./installOptions"
;
export
*
from
"./syncStatus"
;
export
{
CodePush
}
from
"./nativeCodePushPlugin"
;