UNPKG

job-hoarder

Version:

Job board aggregator to pull in standardized job postings from company job pages

8 lines (7 loc) 273 B
declare const _default: (text: string | undefined, pattern: RegExp) => string | undefined; /** * Gets the first match from a string and regex or null * @param {String} text text to search from * @param {RegEx} pattern regex pattern to match */ export default _default;