UNPKG

@reown/appkit-common

Version:

#### 🔗 [Website](https://reown.com/appkit)

6 lines • 252 B
import { ConstantsUtil } from './ConstantsUtil.js'; export function isReownName(value) { return (value?.endsWith(ConstantsUtil.WC_NAME_SUFFIX_LEGACY) || value?.endsWith(ConstantsUtil.WC_NAME_SUFFIX)); } //# sourceMappingURL=NamesUtil.js.map