UNPKG

@datawheel/canon-core

Version:

Reusable React environment and components for creating visualization engines.

16 lines (10 loc) 225 B
module.exports = { name: "domain", lookup(req) { let found; if (typeof req !== "undefined" && req.headers.host.indexOf(".") > 0) { found = req.headers.host.split(".")[0]; } return found; } };