UNPKG

@ledgerhq/coin-stellar

Version:
10 lines (7 loc) 407 B
// SPDX-FileCopyrightText: © 2026 LEDGER SAS // SPDX-License-Identifier: Apache-2.0 /* eslint-disable no-var */ // Ambient global declaration (script file, no imports/exports) so `global.HermesInternal` // resolves on `typeof globalThis`. Kept export-free on purpose: an `export {}` module marker // gets stripped by oxfmt, which would break the augmentation. declare var HermesInternal: any | undefined