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

7 lines (6 loc) 244 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ERROR = { "401": "Accès non autorisé.", "500": "Une erreur interne est survenue, contactez l'administrateur ou réessayez ultérieurement", };