Usage: star(...)
star(...)
Source
Returns a regex op that matches zero or more values matching pred. Produces a vector of matches iff there is at least one match
Example:
const s = require('speculaas'); const {isBoolean, isString} = s.utils;