UNPKG

referral-parser

Version:

Parse a referral url into useful information

12 lines (9 loc) 210 B
'use strict'; const core = require('../data/core.json'); for (let type in core) { for (let domain in core[type]) { if (!core[type][domain].urls) { console.log(type); } } }