Skip to content

Instantly share code, notes, and snippets.

View Midnightmaster's full-sized avatar

Vince Trust Midnightmaster

  • Germany
View GitHub Profile
async function sqResolver(shortUrls) {
if (!shortUrls || typeof shortUrls !== 'string') {
console.error('Invalid input: shortUrls must be a non-empty string');
console.log(`Usage: sqResolver("${window.sq_url_cfg.shortenerUrl}/a/12345,${window.sq_url_cfg.shortenerUrl}/a/67890")`);
return;
}
const values = [];