UNPKG

@selfcommunity/api-services

Version:
6 lines (5 loc) 191 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.urlParams = void 0; const urlParams = (init) => new URLSearchParams(init); exports.urlParams = urlParams;