UNPKG

@excswap/token-lists

Version:

[![Tests](https://github.com/Excswap/token-lists/workflows/Tests/badge.svg)](https://github.com/Excswap/token-lists/actions?query=workflow%3ATests) [![npm](https://img.shields.io/npm/v/@excswap/token-lists)](https://unpkg.com/@excswap/token-lists@latest/)

9 lines (8 loc) 333 B
import { VersionUpgrade } from './getVersionUpgrade'; import { Version } from './types'; /** * Returns the next version of the list given a base version and the upgrade type * @param base current version * @param bump the upgrade type */ export declare function nextVersion(base: Version, bump: VersionUpgrade): Version;