UNPKG

fb-test-module

Version:

How to use: ``` import {store, getStore} from 'fb-test-module'; conf.DialogramApi = "API_BASE_URL"; conf.Platform = "mobile"; //use "web" if you are on webApp getStore(); //Inject store in your provider ``` and you'r readyt to go. # Base ## Act

17 lines (16 loc) 558 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Status; (function (Status) { Status["Default"] = "Default"; Status["Loading"] = "Loading"; Status["Success"] = "Success"; Status["Failure"] = "Failure"; })(Status = exports.Status || (exports.Status = {})); var ApiType; (function (ApiType) { ApiType["Dialogram"] = "DialogramApi"; ApiType["Video"] = "VideoApi"; })(ApiType = exports.ApiType || (exports.ApiType = {})); exports.SET_ENTITY = "[SET_ENTITY]"; exports.LOG_OUT = "[LOG_OUT]";