UNPKG

first-npm-package-nicule

Version:

This isi first npm package

5 lines (4 loc) 82 B
export interface HypermediaLink { rel: Array<string>; href: string; }