UNPKG

@tgwf/co2

Version:
12 lines (11 loc) 231 B
"use strict"; import hostingAPI from "./hosting-api.js"; function check(domain, optionsOrAgentId) { return hostingAPI.check(domain, optionsOrAgentId); } var hosting_default = { check }; export { hosting_default as default };