iot-backend/software/flow/node_modules/@types/node/ts4.8/assert/strict.d.ts

9 lines
201 B
TypeScript
Raw Normal View History

2023-02-22 17:26:41 +01:00
declare module 'assert/strict' {
import { strict } from 'node:assert';
export = strict;
}
declare module 'node:assert/strict' {
import { strict } from 'node:assert';
export = strict;
}