HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1991111/root/usr/share/nodejs/@types/es-abstract/2015/
Upload File :
Current File : //proc/1991111/root/usr/share/nodejs/@types/es-abstract/2015/CreateHTML.d.ts
/**
 * @throws {TypeError} If `string` or `value` is a `symbol`.
 */
declare function CreateHTML(
    string: string | number | bigint | boolean | object | null | undefined, // unknown & not symbol
    tag: string,
    attribute: string,
    value?: string | number | bigint | boolean | object | null, // unknown & not symbol
): string;
export = CreateHTML;