UNPKG

@parity/light.js

Version:

A high-level reactive JS library optimized for light clients

12 lines (11 loc) 385 B
"use strict"; // Copyright 2015-2019 Parity Technologies (UK) Ltd. // This file is part of Parity. // // SPDX-License-Identifier: MIT function __export(m) { for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; } Object.defineProperty(exports, "__esModule", { value: true }); // Export for the user all utils in @parity/api __export(require("@parity/api/lib/util"));