UNPKG

exchain

Version:

A fast and flexible currency exchange package for handling multiple currencies.

6 lines (4 loc) 146 B
declare class Router { static request(method: 'GET' | 'POST' | 'PUT' | 'DELETE', url: string): Promise<any>; } export { Router as default };