UNPKG

@xuxinlai2002/pns-js

Version:

A NPM package in Typescript for .Play Name Service

5 lines 216 B
import { version } from './version.js'; export const getContractAddress = (address) => address; export const getUrl = (url) => url; export const getVersion = () => `viem@${version}`; //# sourceMappingURL=utils.js.map