UNPKG

97 BJavaScriptView Raw
1export const Apis = new Map();
2
3export function registerSaga(key, api) {
4 Apis.set(key, api);
5}