@polkassembly/util
Version:
Set of utility functions for Polkassembly and more.
12 lines (11 loc) • 498 B
JavaScript
;
// Copyright 2019-2020 @paritytech/polkassembly authors & contributors
// This software may be modified and distributed under the terms
// of the Apache-2.0 license. See the LICENSE file for details.
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./getThresholds"));
__export(require("./newton-raphson"));
__export(require("./solveQuadraticEquation"));