This repository has been archived by the owner. It is now read-only.
Permalink
Cannot retrieve contributors at this time
9 lines (7 sloc)
138 Bytes
| import buffer from 'buffer'; | |
| if (!global.Buffer) { | |
| global.Buffer = buffer.Buffer; | |
| } | |
| if (!process.version) { | |
| process.version = ''; | |
| } |