6 lines
116 B
JavaScript
6 lines
116 B
JavaScript
|
import * as process from "process";
|
||
|
import { Buffer } from "buffer";
|
||
|
|
||
|
self.process = process;
|
||
|
self.Buffer = Buffer;
|