UNPKG

astro-compress

Version:
8 lines (7 loc) 92 B
/** * @module Map * */ export default interface Interface { [key: string]: string; }