CoolFace
Apppublic

Pinsave/counterstrike

sourceHugging Faceupdated 3mo agoView on Hugging Face
1likes
strict.d.ts9 linesDownload Raw Back to assert
1declare module "assert/strict" {2    import { strict } from "node:assert";3    export = strict;4}5declare module "node:assert/strict" {6    import { strict } from "node:assert";7    export = strict;8}9