This library is based on the rrule library. It provides a single function to parse a human readable RRule.
$ yarn add @link-society/human-rrule
const { parseHumanRRule } = require('@link-society/human-rrule')
const rrule = parseHumanRRule('every 5 minutes')
This library is released under the terms of the MIT License.