UNPKG
decap-cms-backend-github
Version:
beta (3.2.3-beta.0)
latest (3.5.0)
3.5.0
3.4.0
3.3.1
3.3.0
3.2.3-beta.0
3.2.2
3.2.1
3.2.0
3.1.2
3.1.1
3.1.0
3.1.0-beta.2
3.1.0-beta.1
3.1.0-beta.0
3.0.3
3.0.2
3.0.1
3.0.0
2.15.0-beta.0
GitHub backend for Decap CMS
decap-cms-backend-github
/
src
/
index.ts
11 lines
(9 loc)
•
266 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
GitHubBackend
from
'./implementation'
;
import
API
from
'./API'
;
import
AuthenticationPage
from
'./AuthenticationPage'
;
export
const
DecapCmsBackendGithub
= {
GitHubBackend
,
API
,
AuthenticationPage
, };
export
{
GitHubBackend
,
API
,
AuthenticationPage
};