astro-ghostcms/.pnpm-store/v3/files/83/a8cb690f5fe6328006c0b5b4309...

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;
}