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

https://github.com/huauauaa/cron

CRON 表达式
https://github.com/huauauaa/cron

library typescript vite webcomponents

Last synced: about 1 month ago
JSON representation

CRON 表达式

Awesome Lists containing this project

README

          

# CRON


Version
License

## Publish

- `npm version`
- `npm run build`
- `npm publish --access=publish`

## Usage

```ts
import cron from '@harvey0379/cron'
cron.install()
```

```ts
declare module '@harvey0379/cron'
```