UNPKG

pxsty.earthquakes

Version:

Türkiye de gerçekleşen depremleri listeler

7 lines (6 loc) 188 B
import type { Earthquake } from "./types/earthquake"; declare const _default: { getAllEarthquakes: () => Promise<Earthquake[]>; }; export default _default; export type { Earthquake };