string-from-charcodes
Version:
An alternative to String.fromCharCode that doesn't throw with many arguments, while still remaining fast.
34 lines (33 loc) • 824 B
JSON
{
"name": "string-from-charcodes",
"repository": "github:fabiospampinato/string-from-charcodes",
"description": "An alternative to String.fromCharCode that doesn't throw with many arguments, while still remaining fast.",
"license": "MIT",
"version": "2.0.1",
"type": "module",
"main": "dist/index.js",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"clean": "tsex clean",
"compile": "tsex compile",
"compile:watch": "tsex compile --watch",
"test": "tsex test",
"test:watch": "tsex test --watch",
"prepublishOnly": "tsex prepare"
},
"keywords": [
"string",
"from",
"char",
"code",
"charcode",
"charcodes",
"codepoint"
],
"devDependencies": {
"fava": "^0.3.4",
"tsex": "^4.0.2",
"typescript": "^5.7.3"
}
}