AlexxNB / tinro

Highly declarative, tiny, dependency free router for Svelte's web applications.
MIT License
669 stars 30 forks source link

Incorrect TinroBreadcrumb interface #103

Closed ritchieanesco closed 2 years ago

ritchieanesco commented 2 years ago

TinroBreadcrumb is defined as https://github.com/AlexxNB/tinro/blob/32038e776a9912265bdebe38a1d83214962792a8/index.d.ts#L9-L12

However, the data returned from meta() is:

interface TinroBreadcrumb {
  name: string
  path: string
}
AlexxNB commented 2 years ago

Thanks!