UNPKG

badge-urls

Version:

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

2 lines (1 loc) 96 B
export default function replaceAll(input: string, needle: string, replacement: string): string;