UNPKG

@quell/server

Version:

Quell is an open-source NPM package providing a light-weight caching layer implementation and cache invalidation for GraphQL responses on both the client- and server-side. Use Quell to prevent redundant client-side API requests and to minimize costly serv

6 lines (5 loc) 257 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.initCommand = void 0; var init_1 = require("./init"); Object.defineProperty(exports, "initCommand", { enumerable: true, get: function () { return init_1.initCommand; } });