UNPKG

is-srd

Version:

Is string srd ?

4 lines 79 B
function isSrd(string){ return string === 'srd' } module.exports = isSrd