I'm interested in implementing this NPM package: https://www.npmjs.com/package/buffer
I'm unsure about how to convert this line of code into typescript:
var Buffer = require('buffer/').Buffer
Could you provide me with the correct code?
Thank you.