UNPKG

@aws-amplify/appsync-modelgen-plugin

Version:
12 lines 303 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.sortFields = void 0; function sortFields(a, b) { if (a.name > b.name) return 1; if (a.name == b.name) return 0; return -1; } exports.sortFields = sortFields; //# sourceMappingURL=sort.js.map