UNPKG

@parity/light.js

Version:

A high-level reactive JS library optimized for light clients

25 lines (24 loc) 846 B
"use strict"; // Copyright 2015-2019 Parity Technologies (UK) Ltd. // This file is part of Parity. // // SPDX-License-Identifier: MIT var __assign = (this && this.__assign) || function () { __assign = Object.assign || function(t) { for (var s, i = 1, n = arguments.length; i < n; i++) { s = arguments[i]; for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; } return t; }; return __assign.apply(this, arguments); }; Object.defineProperty(exports, "__esModule", { value: true }); var accounts = require("./accounts"); var blocks = require("./blocks"); var health = require("./health"); var other = require("./other"); var time = require("./time"); var frequency = __assign({}, accounts, blocks, health, other, time); exports.default = frequency;