UNPKG

job-hoarder

Version:

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

4 lines (3 loc) 179 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = (function (data) { return (typeof data === 'string' ? JSON.parse(data) : data); });