Astro+Directus(Visual-Editing)+Snipcart Test-Stack
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Configurable ways to encode characters as hexadecimal references.
|
||||
*
|
||||
* @param {number} code
|
||||
* @param {number} next
|
||||
* @param {boolean|undefined} omit
|
||||
* @returns {string}
|
||||
*/
|
||||
export function toHexadecimal(code: number, next: number, omit: boolean | undefined): string;
|
||||
Reference in New Issue
Block a user