UNPKG

badge-urls

Version:

Helper functions to generate URLs for all badges / shields from shields.io

5 lines (4 loc) 77 B
export interface ShieldsIOShieldData { label: string; url: string; }