UNPKG

@etherspot/data-utils

Version:
9 lines (6 loc) 157 B
import { TokenList } from './token-list.mjs'; import './token-list-token.mjs'; declare class TokenLists { items: TokenList[]; } export { TokenLists };