-
support buffers as first parameter · 92ea64c5
fixes #108 issue is that we perform auto-detection of the parameter style based on the type of the first parameter. if it is an object, we switch to the object syntax. however, buffers are also objects, so we have to special case them too like RegExp and Date.
Konstantin Käfer authored
×