Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jiatln/dayjs-extends
dayjs extends
https://github.com/jiatln/dayjs-extends
Last synced: about 1 month ago
JSON representation
dayjs extends
- Host: GitHub
- URL: https://github.com/jiatln/dayjs-extends
- Owner: JiatLn
- License: mit
- Created: 2022-06-26T06:44:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-04T15:05:00.000Z (over 2 years ago)
- Last Synced: 2024-10-09T10:48:59.706Z (about 1 month ago)
- Language: TypeScript
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)