UNPKG
@coinset/btcbox
Version:
beta (1.0.0-beta.2)
latest (1.0.0-beta.1)
1.0.0-beta.2
1.0.0-beta.1
BTCBOX API client
github.com/coinset/btcbox
coinset/btcbox
@coinset/btcbox
/
dist
/
constants
/
pair.d.ts
4 lines
•
169 B
TypeScript
View Raw
1
2
3
4
import
type
{
BTCBOXPair
}
from
'../shared/types/currency'
;
declare
const
ALL_BTCBOX_PAIRS
:
BTCBOXPair
[];
export
{
ALL_BTCBOX_PAIRS
};
//# sourceMappingURL=pair.d.ts.map