UNPKG

@yoroi/swap

Version:
7 lines (6 loc) 162 B
"use strict"; import { Dex } from './types'; export function isDex(value) { return Object.values(Dex).includes(value); } //# sourceMappingURL=validators.js.map