(binString, type)
| 4483 | // From http://stackoverflow.com/questions/14967647/ (continues on next line) |
| 4484 | |
| 4485 | function binStringToBluffer(binString, type) { |
| 4486 | return typedBuffer(binString, 'binary', type); |
| 4487 | } |
| 4488 | |
| 4489 | // This function is unused in Node |
| 4490 |
no test coverage detected
searching dependent graphs…