HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1784574/root/usr/share/nodejs/@types/defined/
Upload File :
Current File : //proc/1784574/root/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;