UNPKG

@aws/pdk

Version:

All documentation is located at: https://aws.github.io/aws-pdk

8 lines 250 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.lexCompare = void 0; function lexCompare(a, b) { return a > b ? 1 : a < b ? -1 : 0; } exports.lexCompare = lexCompare; //# sourceMappingURL=lex-comparator.js.map