PATH:
opt
/
bitninja-threat-hunting
/
node_modules
/
@types
/
node
/
assert
declare module 'assert/strict' { import { strict } from 'node:assert'; export = strict; } declare module 'node:assert/strict' { import { strict } from 'node:assert'; export = strict; }
[-] strict.d.ts
[edit]
[+]
..