UNPKG

@barinbritva/add-to-calendar

Version:

[![Dependencies counter](https://img.shields.io/badge/dependencies-none-green?style=flat-square)](https://github.com/barinbritva/add-to-calendar/blob/master/package.json) [![License](https://img.shields.io/npm/l/micromatch?style=flat-square)](https://gith

7 lines (6 loc) 195 B
export type LocationName = string; export type LocationCoordinates = { latitude: number; longitude: number; }; export type Location = LocationName | [LocationName, LocationCoordinates?];