Urara-Blog/node_modules/.pnpm-store/v3/files/3e/3ab28cd2de23b26be76a755d172d38692a75a13ec5f06024376c598203d0103c4961a6ad2ccc11e89f59dfff82104f99d303b7af3e63d0d94a6c717442811e-exec
2022-08-14 01:14:53 +08:00

8 lines
201 B
Text
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;
}