2d12c8a553
Run ID: 131
9 lines
201 B
Plaintext
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;
|
|
}
|