"use strict"; const { characterRange } = require("../../operations"); module.exports = function* Digit() { return yield characterRange("0", "9"); };