UNPKG

@tgwf/co2

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