UNPKG

autsaepe

Version:

The encoder and decoder for Conflux Network address

9 lines (6 loc) 176 B
exports.isHexString = function (v) { return typeof v === 'string' && v.match(/^0x[0-9A-Fa-f]*$/) } exports.isString = function (data) { return typeof data === 'string' }