UNPKG

at-bindings

Version:

A bindings library for datetime-based task scheduling on POSIX operating systems.

23 lines (21 loc) 255 B
// @format const { schedule, shift, list, remove, getContent, exists, ScheduleError, IndexError } = require("./schedule"); module.exports = { schedule, shift, list, remove, getContent, exists, ScheduleError, IndexError };