Comparing version 0.1.3 to 0.1.4
@@ -1,3 +0,8 @@ | ||
# v 0.1.0 | ||
# 0.1.4 | ||
Initial Release | ||
* Fix JSDoc. | ||
# 0.1.0 | ||
* Initial Release. |
{ | ||
"name": "option-t", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Option type implementation whose APIs are inspired by Rust's `Option<T>`.", | ||
@@ -15,2 +15,3 @@ "main": "src/OptionType.js", | ||
"lint": "eslint ./src/", | ||
"pretest": "npm run lint", | ||
"test": "mocha --require intelli-espower-loader ./test/manifest.js" | ||
@@ -17,0 +18,0 @@ }, |
@@ -30,3 +30,3 @@ /* | ||
* | ||
* @param {any} value | ||
* @param {any} val | ||
* * if `value` is `T` (not `undefined`), this should be `Some<T>`. | ||
@@ -33,0 +33,0 @@ * * if `value` is `undefined`, this should be `None`. |
5200
6