UNPKG

437 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.packageInfo = void 0;
7// Copyright 2017-2022 @polkadot/util authors & contributors
8// SPDX-License-Identifier: Apache-2.0
9// Do not edit, auto-generated by @polkadot/dev
10const packageInfo = {
11 name: '@polkadot/util',
12 path: typeof __dirname === 'string' ? __dirname : 'auto',
13 type: 'cjs',
14 version: '9.2.1'
15};
16exports.packageInfo = packageInfo;
\No newline at end of file