UNPKG

azure-pipelines-logging

Version:
10 lines (9 loc) 329 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.serializeProperties = void 0; function serializeProperties(properties) { return (Object.entries(properties) .map(([key, value]) => `${key}=${String(value)};`) .join("")); } exports.serializeProperties = serializeProperties;