Files
vercel_dashboard_example/.pnpm-store/v11/files/83/a8cb690f5fe6328006c0b5b43094086ccf2c38890b965b29fe4941a439aa5abafcee1e54916c01bfebc3cd193902ea90426e1b30b0749787d14ae028b83085
T
2026-05-12 14:53:15 +00:00

9 lines
201 B
Plaintext

declare module "assert/strict" {
import { strict } from "node:assert";
export = strict;
}
declare module "node:assert/strict" {
import { strict } from "node:assert";
export = strict;
}