UNPKG

@graphiql/react

Version:

[Changelog](https://github.com/graphql/graphiql/blob/main/packages/graphiql-react/CHANGELOG.md) | [API Docs](https://graphiql-test.netlify.app/typedoc/modules/graphiql_react.html) | [NPM](https://www.npmjs.com/package/@graphiql/react)

14 lines (13 loc) 245 B
function pick(...keys) { return (obj) => { const result = /* @__PURE__ */ Object.create(null); for (const key of keys) { result[key] = obj[key]; } return result; }; } export { pick }; //# sourceMappingURL=pick.js.map