UNPKG

graphql-request

Version:

Minimal GraphQL client supporting Node and browsers for scripts or simple apps.

4 lines 170 B
export const readMaybeThunk = (maybeThunk) => // @ts-expect-error fixme typeof maybeThunk === `function` ? maybeThunk() : maybeThunk; //# sourceMappingURL=helpers.js.map