Files
pezkuwi-ui/packages/react-identicon/src/cjs/dirname.js
T
2022-01-01 10:45:20 +02:00

9 lines
257 B
JavaScript

// Copyright 2017-2022 @polkadot/react-identicon 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;