UNPKG

@gqlts/cli

Version:

Generate a client sdk from your GraphQl API

10 lines 244 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isEmpty = isEmpty; function isEmpty(x) { if (!x) { return true; } return Object.keys(x).length === 0; } //# sourceMappingURL=support.js.map