UNPKG
react-braincloudclient
Version:
latest (3.1.2)
3.1.2
3.1.1
3.1.0
brainCloud client for React JS
react-braincloudclient
/
index.js
6 lines
(5 loc)
•
163 B
JavaScript
View Raw
1
2
3
4
5
6
const
bcc
=
require(
'./rbcc-brainCloudClient.min.js'
);
module
.
exports
= { brainCloudClient: bcc.brainCloudClient, brainCloudWrapper: bcc.brainCloudWrapper, };