UNPKG

@visulima/humanizer

Version:

Humanizer is a library for humanizing data in a human-readable form.

6 lines (3 loc) 246 B
import createDurationLanguage from './util/create-duration-language.mjs'; const durationLanguage = createDurationLanguage("년", "개월", "주일", "일", "시간", "분", "초", "밀리 초", "%s 후", "%s 전"); export { durationLanguage };