@excswap/token-lists
Version:
[](https://github.com/Excswap/token-lists/actions?query=workflow%3ATests) [](https://unpkg.com/@excswap/token-lists@latest/)
9 lines (8 loc) • 333 B
TypeScript
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;