UNPKG

vue-socials

Version:

Social media share buttons and counts for Vue.js

5 lines (4 loc) 158 B
/** * A simple function to format array to a comma-separated list. */ export default function getSeparatedList(array: any, separator?: string): string;