@polkadot/util
Version:
A collection of useful utilities for @polkadot
16 lines (15 loc) • 437 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.packageInfo = void 0;
// Copyright 2017-2022 @polkadot/util authors & contributors
// SPDX-License-Identifier: Apache-2.0
// Do not edit, auto-generated by @polkadot/dev
const packageInfo = {
name: '@polkadot/util',
path: typeof __dirname === 'string' ? __dirname : 'auto',
type: 'cjs',
version: '9.2.1'
};
exports.packageInfo = packageInfo;