UNPKG

@kontent-ai/gatsby-source

Version:
10 lines 1.13 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getKontentItemElementTypeNameByType = exports.getKontentTypeTypeName = exports.getKontentItemNodeTypeName = exports.getKontentItemNodeStringForId = exports.getKontentItemInterfaceName = void 0; const naming_1 = require("./src/naming"); Object.defineProperty(exports, "getKontentItemInterfaceName", { enumerable: true, get: function () { return naming_1.getKontentItemInterfaceName; } }); Object.defineProperty(exports, "getKontentItemNodeStringForId", { enumerable: true, get: function () { return naming_1.getKontentItemNodeStringForId; } }); Object.defineProperty(exports, "getKontentItemNodeTypeName", { enumerable: true, get: function () { return naming_1.getKontentItemNodeTypeName; } }); Object.defineProperty(exports, "getKontentTypeTypeName", { enumerable: true, get: function () { return naming_1.getKontentTypeTypeName; } }); Object.defineProperty(exports, "getKontentItemElementTypeNameByType", { enumerable: true, get: function () { return naming_1.getKontentItemElementTypeNameByType; } }); //# sourceMappingURL=index.js.map