UNPKG

@fakel/rest-admin

Version:

An application that makes it easier to work with your API

8 lines (7 loc) 212 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.selectStore = void 0; var selectStore = function (store, name) { return store[name]; }; exports.selectStore = selectStore;