context.ts 204 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 /* eslint-disable @typescript-eslint/explicit-function-return-type */ let STORE_CONTEXT = null export const createConetxt = (store) => STORE_CONTEXT = store export const getStore = () => STORE_CONTEXT