UNPKG

@usherlabs/ccxt

Version:

A JavaScript cryptocurrency trading library with support for 100+ exchanges. Verifiable data powered by Verity.

4 lines (3 loc) 85 B
declare function totp(secret: string): string; export { totp }; export default totp;