@zfunction/genetics-js
Version:
Genetic and evolutionary algorithms framework for the web
12 lines • 430 B
JavaScript
;
/*
* @license
* Copyright (c) 2019 Cristian Abrante. All rights reserved.
* Licensed under the MIT License. See LICENSE in the project root for license information.
*/
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./BinaryGenerator"));
//# sourceMappingURL=index.js.map