a8cb690f5fe6328006c0b5b43094086ccf2c38890b965b29fe4941a439aa5abafcee1e54916c01bfebc3cd193902ea90426e1b30b0749787d14ae028b83085 201 B

12345678
  1. declare module "assert/strict" {
  2. import { strict } from "node:assert";
  3. export = strict;
  4. }
  5. declare module "node:assert/strict" {
  6. import { strict } from "node:assert";
  7. export = strict;
  8. }