⚝
One Hat Cyber Team
⚝
Your IP:
172.22.0.1
Server IP:
151.80.20.34
Server:
Linux 794f04d97d5e 5.15.0-143-generic #153-Ubuntu SMP Fri Jun 13 19:10:45 UTC 2025 x86_64
Server Software:
Apache/2.4.62 (Debian)
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
nodejs
/
@types
/
istanbul
/
Edit File: index.d.ts
// Type definitions for Istanbul v0.4.0 // Project: https://github.com/gotwarlost/istanbul // Definitions by: Tanguy Krotoff <https://github.com/tkrotoff> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare namespace istanbul { interface Istanbul { new (options?: any): Istanbul; Collector: Collector; config: Config; ContentWriter: ContentWriter; FileWriter: FileWriter; hook: Hook; Instrumenter: Instrumenter; Report: Report; Reporter: Reporter; Store: Store; utils: ObjectUtils; VERSION: string; Writer: Writer; } interface Collector { new (options?: any): Collector; add(coverage: any, testName?: string): void; getFinalCoverage(): any; } interface Config { } interface ContentWriter { } interface FileWriter { } interface Hook { } interface Instrumenter { new (options?: any): Instrumenter; instrumentSync(code: string, filename: string): string; } interface Report { } interface Configuration { new (obj: any, overrides: any): Configuration; } interface Reporter { new (cfg?: Configuration, dir?: string): Reporter; add(fmt: string): void; addAll(fmts: Array<string>): void; write(collector: Collector, sync: boolean, callback: Function): void; } interface Store { } interface ObjectUtils { } interface Writer { } } declare var istanbul: istanbul.Istanbul; export = istanbul;
Simpan