summaryrefslogtreecommitdiff
path: root/src/prelude/maybe.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactoringsyuilo2021-11-121-20/+0
| | | | Resolve #7779
* リファクタリング (#4587)Acid Chicken (硫酸鶏)2019-04-141-7/+7
| | | | | | | | | | | | * Use I cap * Avoid _ * Use default value instead of optional boolean * Bye useless variable * Bye verbose try-catch
* Revert 96bc17aa1014983d5e6bf8b4c05d898156995a0dsyuilo2019-02-071-10/+0
|
* Check config on load (#4170)Aya Morisawa2019-02-061-0/+10
| | | Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
* Introduce option type (#4150)Aya Morisawa2019-02-061-0/+20
* Introduce option type * Improve test naming