You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
const ja2num = require('japanese-numerals-to-number'); const assert = require('assert'); assert(ja2num('〇') === 0); assert(ja2num('一億二千三百四十五万六千七百八十九') === 123456789); assert(ja2num('二千十七') === 2017); assert(ja2num('二〇一七') === 2017); // supports positional notation assert.throws(() => ja2num(null), TypeError); assert.throws(() => ja2num('二十三十'), Error); assert.throws(() => ja2num('億千万'), Error); as
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く