UNPKG

237 BJavaScriptView Raw
1import { remove } from "ts-invariant/process/index.js";
2import { Source } from 'graphql';
3export function removeTemporaryGlobals() {
4 return typeof Source === "function" ? remove() : remove();
5}
6//# sourceMappingURL=fix-graphql.js.map
\No newline at end of file