mirror of
https://github.com/bytedream/stream-bypass.git
synced 2025-06-27 18:40:31 +02:00
I hate nodejs.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
const fs = require('fs')
|
||||
const path = require('path')
|
||||
const yazl = require('yazl')
|
||||
import * as fs from "fs";
|
||||
import * as path from "path";
|
||||
import * as yazl from "yazl";
|
||||
|
||||
function walkDirectory(dir, callback) {
|
||||
for (const file of fs.readdirSync(dir)) {
|
||||
|
Reference in New Issue
Block a user