UNPKG

snow-forecast-sfr

Version:

An NPM module that scrapes snow-forecast for the relevant resort and returns its information.

4 lines (3 loc) 115 B
import { ISnowRequest } from './types'; declare const SnowRequest: () => ISnowRequest; export default SnowRequest;