mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 07:58:03 +00:00
9 lines
251 B
JavaScript
9 lines
251 B
JavaScript
// Copyright 2017-2022 @polkadot/ui-shared authors & contributors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
// Do not edit, auto-generated by @polkadot/dev
|
|
|
|
module.exports = typeof __dirname === 'string'
|
|
? __dirname.replace('/cjs', '')
|
|
: undefined;
|