esmangle
esmangle copied to clipboard
type specific operator transformation
transform
typeof ... === 'string'
to
typeof ... == 'string'