UNPKG

graphql

Version:

A Query Language and Runtime which can target any service.

7 lines 197 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.identityFunc = identityFunc; function identityFunc(x) { return x; } //# sourceMappingURL=identityFunc.js.map