UNPKG

@pfantato/printful-ts

Version:

Typescript SDK to integrate with Printful

6 lines (5 loc) 225 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.numberToQueryString = void 0; const numberToQueryString = (val) => val.toLocaleString(); exports.numberToQueryString = numberToQueryString;