Hey,
Noob question here: From the docs, we should:
var Buffer = require('buffer/').Buffer // note: the trailing slash is important!
Question: How does one use the import/export style and is it supported?
For example:
import { Buffer } from 'buffer/'
Ty!