UNPKG

stringify-entities

Version:

Serialize (encode) HTML character references

8 lines (7 loc) 150 B
/** * The smallest way to encode a character. * * @param {number} code * @returns {string} */ export function formatBasic(code: number): string;