HEX
Server: Apache
System: Linux www 6.18.6-i1-amd #905 SMP Mon Jan 19 08:49:07 CET 2026 x86_64
User: sws1073755998 (1073755998)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: //usr/share/nodejs/@types/defined/index.d.ts
// Type definitions for defined 1.0
// Project: https://github.com/substack/defined
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export = defined;

declare function defined<T>(...args: T[]): T;
declare function defined(...args: any[]): any;