Skip to content

Instantly share code, notes, and snippets.

@dckc

dckc/index.js Secret

Created March 12, 2024 19:13
Show Gist options
  • Save dckc/826abfc1745773400f0434305bbe91cd to your computer and use it in GitHub Desktop.
Save dckc/826abfc1745773400f0434305bbe91cd to your computer and use it in GitHub Desktop.
import cron from 'cron-parser';
export const main = () => {
const x = cron.parseExpression('*/2 * * * *');
console.log(x);
}
{
"name": "intl-problem",
"version": "0.1.0",
"type": "module",
"dependencies": {
"cron-parser": "^4.9.0"
},
"devDependencies": {
"@endo/cli": "^1.0.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment