A function to determine if a given string is valid. https://github.com/standardconnect/xdir/blob/main/src/utils/id.ts#L58
import xdir from 'xdir';const valid = xdir.isValid('wss://xrplcluster.com') // true
Generated using TypeDoc
A function to determine if a given string is valid. https://github.com/standardconnect/xdir/blob/main/src/utils/id.ts#L58
Example