UNPKG

typescript-char-code

Version:
32 lines (31 loc) 816 B
{ "name": "typescript-char-code", "version": "0.0.1", "description": "ord() and chr() with 256 specific overloads", "main": "index.js", "types": "index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/ksxnodemodules/typescript-char-code.git" }, "keywords": [ "ord", "chr", "miscellaneous" ], "author": "Hoàng Văn Khải <hvksmr1996@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/ksxnodemodules/typescript-char-code/issues" }, "homepage": "https://github.com/ksxnodemodules/typescript-char-code#readme", "scripts": { "generate": "node generate.js", "build": "node generate.js", "prepublishOnly": "node generate.js" }, "devDependencies": { "iter-tools": "^6.1.4", "@types/node": "^10.12.10" } }