Explicitly import Buffer. Specify jsdoc local extensions

This commit is contained in:
Cohee
2024-10-10 23:36:22 +03:00
parent d52b4fbbde
commit 1616e7e067
33 changed files with 93 additions and 77 deletions

View File

@ -3,6 +3,7 @@ import * as fs from 'node:fs';
import * as http2 from 'node:http2';
import { Readable } from 'node:stream';
import { createRequire } from 'node:module';
import { Buffer } from 'node:buffer';
import yaml from 'yaml';
import { sync as commandExistsSync } from 'command-exists';