UNPKG

cashtab-connect

Version:

A developer-friendly API for integrating with the Cashtab browser extension

12 lines (9 loc) 274 B
// Copyright (c) 2025 The Bitcoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. declare global { interface Window { bitcoinAbc?: string; } } export {};