locutus
Version:
Locutus other languages' standard libraries to JavaScript for fun and educational purposes
8 lines (7 loc) • 531 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.StringsAreSorted = exports.SearchStrings = void 0;
var SearchStrings_ts_1 = require("./SearchStrings.js");
Object.defineProperty(exports, "SearchStrings", { enumerable: true, get: function () { return SearchStrings_ts_1.SearchStrings; } });
var StringsAreSorted_ts_1 = require("./StringsAreSorted.js");
Object.defineProperty(exports, "StringsAreSorted", { enumerable: true, get: function () { return StringsAreSorted_ts_1.StringsAreSorted; } });