@ilihub/ascii-to-hexadecimal
Advanced tools
Comparing version
@@ -15,8 +15,5 @@ /** | ||
* | ||
* @param ascii The ASCII string to convert. | ||
* @param ascii - The ASCII string to convert. | ||
* @returns The hexadecimal string. | ||
* | ||
* @category Number System | ||
* @group \@ilihub\/number-system | ||
* | ||
* @example | ||
@@ -28,3 +25,3 @@ * ```typescript | ||
* @example | ||
* This example requires [`@ilihub/code`](https://www.npmjs.com/package/@ilihub/code) | ||
* This example requires [`@ilihub/code`](https://www.npmjs.com/package/\@ilihub/code) | ||
* npm package to be installed. | ||
@@ -44,3 +41,3 @@ * ```typescript | ||
* @example | ||
* This example requires [`@ilihub/number-system`](https://www.npmjs.com/package/@ilihub/number-system) | ||
* This example requires [`@ilihub/number-system`](https://www.npmjs.com/package/\@ilihub/number-system) | ||
* npm package to be installed. | ||
@@ -59,4 +56,4 @@ * ```typescript | ||
* | ||
* @see [`@ilihub/code`](https://www.npmjs.com/package/@ilihub/code) | ||
* @see [`@ilihub/number-system`](https://www.npmjs.com/package/@ilihub/number-system) | ||
* @see [`@ilihub/code`](https://www.npmjs.com/package/\@ilihub/code) | ||
* @see [`@ilihub/number-system`](https://www.npmjs.com/package/\@ilihub/number-system) | ||
*/ | ||
@@ -63,0 +60,0 @@ declare function AsciiToHexadecimal(ascii: string): string; |
{ | ||
"name": "@ilihub/ascii-to-hexadecimal", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"publishConfig": { | ||
@@ -41,5 +41,18 @@ "access": "public" | ||
], | ||
"tsup": { | ||
"treeshake": true, | ||
"splitting": true, | ||
"entry": [ | ||
"src/index.ts" | ||
], | ||
"format": [ | ||
"cjs" | ||
], | ||
"dts": true, | ||
"minify": true, | ||
"clean": true | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^29.5.2", | ||
"eslint": "^7.32.0", | ||
"@types/node": "^20.5.2", | ||
"jest": "^29.5.0", | ||
@@ -46,0 +59,0 @@ "ts-jest": "^29.1.0", |
8166
1.78%63
-4.55%