UNPKG

ccxt

Version:

A cryptocurrency trading API with more than 100 exchanges in JavaScript / TypeScript / Python / C# / PHP / Go

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