erria
Version:
return error in array, remove the need of using try catch
24 lines (23 loc) • 499 B
JSON
{
"name": "erria",
"version": "0.1.5",
"description": "return error in array, remove the need of using try catch",
"main": "index.js",
"scripts": {
"test": "ts-node test.ts",
"build": "tsc"
},
"keywords": [
"Error",
"Try",
"catch",
"typescript"
],
"author": "Le Quang Huy <lequanghuylc@gmail.com>",
"license": "ISC",
"devDependencies": {
"ts-node": "^8.5.4",
"typescript": "^3.7.3"
},
"repository": "https://github.com/lequanghuylc/erria"
}