UNPKG

formdata-node

Version:

FormData implementation for Node.js. Built over Readable stream and async generators. Can be used to communicate between servers with multipart/form-data format.

5 lines (3 loc) 89 B
"use strict"; const isBuffer = val => val instanceof Buffer; module.exports = isBuffer;