UNPKG

322 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3var SortDirection;
4(function (SortDirection) {
5 SortDirection["Ascending"] = "asc";
6 SortDirection["Descending"] = "desc";
7})(SortDirection = exports.SortDirection || (exports.SortDirection = {}));
8//# sourceMappingURL=SortDirection.js.map
\No newline at end of file