UNPKG

@zfunction/genetics-js

Version:

Genetic and evolutionary algorithms framework for the web

12 lines 424 B
"use strict"; /* * @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("./Generator")); //# sourceMappingURL=index.js.map