@jlln/ago
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Ago

This is a library that allows you to easily see how much time has passed based on the current date.

Recommended use of node version

node v14.6.x higher ( for used jest test )

Install

$ npm install @jlln/ago

How to Use

/* Test in 20221202 */
import { getAgo } from "@jlln/ago";

const ago = getAgo("1982-10-20 12:32:00");
console.log(ago); // 40 year

You can see more examples in my github repository. :)
Here example link


Options

name type description
lang "ko" | "en" Display languege
display "YEAR" | "MONTH" | "WEEK" | "DAY" | "HOUR" | "MINUTE" | "SECONDS" Display result for selected time set
short optional<boolean> Apply to 'en' languege (ex) year => y
onlyDate optional<boolean> Return only number value of Date
includeAgo optional<boolean> Optional auto include "a go" word

Test

$ npm run test

Author

Park Sung Jin (demnodey)

Use Library

  • dayjs

Package Sidebar

Install

npm i @jlln/ago

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

14.9 kB

Total Files

21

Last publish

Collaborators

  • demnodey