Files
memecoin-botV2/.pnpm-store/v10/files/2c/e62bb95024cb381926bd0995de3d0b9240a3bf49e60a303bc76e555482301e59c9be85db9fd14b5c4902b8f6d0aed82f6dcafcc3bbee189dff6110a5fbceac

9 lines
194 B
Plaintext

declare module "node:path/win32" {
import path = require("node:path");
export = path.win32;
}
declare module "path/win32" {
import path = require("path");
export = path.win32;
}