js-peer-id
js-peer-id copied to clipboard
Redundant isPeerId function
After adding the class-is
module with js-peer-id#84, the isPeerId
function is redundant and can be removed js-peer-id/index.js#L291-L295.
Note: this was not removed with the addition of class-is
since it is a breaking change and will need to change all its usages.