UNPKG

gqty

Version:

The No-GraphQL Client for TypeScript

8 lines (6 loc) 191 B
const metaverse = /* @__PURE__ */ new WeakMap(); const $meta = (accessor) => metaverse.get(accessor); $meta.set = (accessor, meta) => { metaverse.set(accessor, meta); }; export { $meta };