mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 09:07:56 +00:00
7 lines
204 B
JavaScript
7 lines
204 B
JavaScript
// Copyright 2017-2022 @polkadot/ui-settings authors & contributors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
module.exports = typeof __dirname === 'string'
|
|
? __dirname.replace('/cjs', '')
|
|
: undefined;
|