UNPKG

@cran/lib.gql.core

Version:

GQL Core Functionality

11 lines (10 loc) 353 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.withCorePlugins = void 0; const withMetadata_1 = require("./withMetadata"); function withCorePlugins(config = {}) { return [ ...(config.metadata ? (0, withMetadata_1.withMetadata)(config.metadata) : []), ]; } exports.withCorePlugins = withCorePlugins;