UNPKG

@pfantato/printful-ts

Version:

Typescript SDK to integrate with Printful

6 lines (5 loc) 259 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.arrayToQueryString = void 0; const arrayToQueryString = (values) => values.length === 1 ? `${values[0]}` : values.join(','); exports.arrayToQueryString = arrayToQueryString;