UNPKG

@polkadot/api

Version:

Promise and RxJS wrappers around the Polkadot JS RPC

13 lines (10 loc) 295 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.l = void 0; var _util = require("@polkadot/util"); // Copyright 2017-2022 @polkadot/api authors & contributors // SPDX-License-Identifier: Apache-2.0 const l = (0, _util.logger)('api/util'); exports.l = l;