mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 03:29:30 +08:00
8 lines
201 B
Text
Executable file
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;
|
|
}
|