1.0.1 • Published 3 years ago

error-string-parser v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

error-stringify

Build Status

This is a simple tool for converting between strings and ErrorObjects.

How to Use

npm install error-string-parser
const parser = require("error-string-parser")

const hoge = parser.encode(new Error("hoge"))
console.log(hoge)
Memo
git add -A
git commit -m "first commit"
git tag -a v1.0.0 -m "My first version v1.0.0"
git push origin tags/v1.0.0
npm publish ./