UNPKG

ednl-liftstatus-web-components

Version:
7 lines (6 loc) 351 B
import { createStore } from "@stencil/store"; import statusCodes from "./status-codes.json"; const { state: statusCodesState } = createStore(Object.assign({}, statusCodes)); // This file simply populates the data from status-codes.json into a store and exports the state export default statusCodesState; //# sourceMappingURL=status-codes.store.js.map