1.0.5 • Published 8 months ago

trtime v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

trtime

treate time. It only has the ability to convert numbers to strings.For now.

install

pnpm i trtime

usage

parseTime(
  333333333333,
  {
    y: '年',
    M: '月',
    w: '週',
    d: '日',
    h: '時間',
    m: '分',
    s: '秒',
  },
  true,
);
/**
 * {
 *   parsedTime: '10年6月4週35分33秒',
 *   remainTime: 333,
 * }
 */
1.0.5

8 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago