UNPKG

201 BTypeScriptView Raw
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}