support buffers as first parameter
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.
Showing
test/issue-108.test.js
0 → 100644
Please
register
or
sign in
to comment