Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jiatln/dayjs-extends

dayjs extends
https://github.com/jiatln/dayjs-extends

Last synced: about 1 month ago
JSON representation

dayjs extends

Awesome Lists containing this project

README

        

# dayjs-extends

[![NPM version](https://img.shields.io/npm/v/dayjs-extends)](https://www.npmjs.com/package/dayjs-extends)

dayjs extends

## Install

```bash
npm i dayjs-extends
```
## Usage

```js
import dayjsExt from 'dayjs-extends'

const de = dayjsExt()
console.log(de.sayHi()) // hello, dayjs extends!
```

## License

[MIT](./LICENSE) License © 2022 [JiatLn](https://github.com/JiatLn)