1.0.2 • Published 9 months ago

wakhti v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

Wakhti

this package time and date central

Install

npm i wakhti

import

import { ago } from 'wakhti'

code

import { ago } from 'wakhti'

const dataAndTime = () => {
    const date = '2022-01-01T00:00:00.000Z'
  return (
   <h2>{ago(date)}</h2>
  )
}

export default dataAndTime

Documentation

coning soo documentation

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago