UNPKG

coingecko-tokens

Version:

Aggregated list of Token Lists from CoinGecko

8 lines (7 loc) 205 B
import _Ajv from 'ajv'; import addFormats from 'ajv-formats'; export type AjvType = typeof _Ajv & { addFormats: typeof addFormats; }; export declare const Ajv: AjvType; export declare const ajv: _Ajv;