π
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @crated JongBae Yun <[email protected]> | |
* @license MIT | |
*/ | |
import * as hangul from 'hangul-js'; | |
export const josa = (function() { | |
return { | |
iGa: (input) => { | |
return hangul.endsWithConsonant(input) ? `${input}μ΄` : `${input}κ°`; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
π Morning 105 commits βββββββββββββββββββββ 12.3% | |
π Daytime 382 commits βββββββββββββββββββββ 44.8% | |
π Evening 285 commits βββββββββββββββββββββ 33.5% | |
π Night 80 commits βββββββββββββββββββββ 9.4% |