Edit File: strict.d.ts
declare module 'assert/strict' { import { strict } from 'assert'; export = strict; }
Back to File Manager