mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Explicitly import Buffer. Specify jsdoc local extensions
This commit is contained in:
@ -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';
|
||||
|
Reference in New Issue
Block a user