js-ord
Version:
Get the ASCII value of alphanumeric characters
22 lines (21 loc) • 420 B
JSON
{
"name": "js-ord",
"version": "4.2.1",
"description": "Get the ASCII value of alphanumeric characters",
"main": "./src/index.js",
"license": "MIT",
"keywords": [
"javascript",
"ord",
"ASCII ",
"alphanumeric"
],
"author": "blossom Babalola",
"repository": "https://github.com/blossom-babs/ord",
"devDependencies": {
"jest": "^27.5.1"
},
"scripts": {
"test": "jest"
}
}