astro-ghostcms/.pnpm-store/v3/files/3e/3ab28cd2de23b26be76a755d172...

9 lines
201 B
Plaintext
Executable File

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