Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/uploads/../uploads/../../../../instantly.picotech.app/homes/../../wa.picotech.app/public_html/node_modules/escape-html/../querystring/../@protobufjs/../safe-buffer/../@eshaz/../@protobufjs/../@hapi/../abort-controller/../entities/lib
الملفات الموجودة في هذا الـ Path:
.
..
decode.d.ts
decode.d.ts.map
decode.js
decode.js.map
decode_codepoint.d.ts
decode_codepoint.d.ts.map
decode_codepoint.js
decode_codepoint.js.map
encode.d.ts
encode.d.ts.map
encode.js
encode.js.map
escape.d.ts
escape.d.ts.map
escape.js
escape.js.map
esm
generated
index.d.ts
index.d.ts.map
index.js
index.js.map

مشاهدة ملف: encode.d.ts

/**
 * Encodes all characters in the input using HTML entities. This includes
 * characters that are valid ASCII characters in HTML documents, such as `#`.
 *
 * To get a more compact output, consider using the `encodeNonAsciiHTML`
 * function, which will only encode characters that are not valid in HTML
 * documents, as well as non-ASCII characters.
 *
 * If a character has no equivalent entity, a numeric hexadecimal reference
 * (eg. `ü`) will be used.
 */
export declare function encodeHTML(data: string): string;
/**
 * Encodes all non-ASCII characters, as well as characters not valid in HTML
 * documents using HTML entities. This function will not encode characters that
 * are valid in HTML documents, such as `#`.
 *
 * If a character has no equivalent entity, a numeric hexadecimal reference
 * (eg. `ü`) will be used.
 */
export declare function encodeNonAsciiHTML(data: string): string;
//# sourceMappingURL=encode.d.ts.map