refactor: import timers, process, and Buffer from node: (#7157)

Co-authored-by: muchnameless <12682826+muchnameless@users.noreply.github.com>
Co-authored-by: Almeida <almeidx@pm.me>
This commit is contained in:
Antonio Román
2021-12-28 10:15:24 +01:00
committed by GitHub
parent d0c3961aef
commit 3c62bd2d47
46 changed files with 79 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
'use strict';
const { Buffer } = require('node:buffer');
const fs = require('node:fs');
const path = require('node:path');
const stream = require('node:stream');