UNPKG

@siren-js/client

Version:
6 lines (5 loc) 119 B
export type Href = string | URL; export interface Hyperlink { href: Href; } export type Target = Href | Hyperlink;