UNPKG

node-apple-weatherkit

Version:
9 lines 231 B
/* * Copyright (c) 2022 RainMachine - Green Electronics LLC * Author: Nicu Pavel * License: MIT */ import { WeatherKit } from './WeatherKit'; export * from './types'; export default WeatherKit; //# sourceMappingURL=index.js.map