UNPKG

node-clima

Version:

Simple wrapper for OpenWeatherMap API

5 lines (4 loc) 103 B
"use strict"; // main.ts const current = require('../lib/current'); exports.Current = current.Current;