UNPKG

@azure/search-documents

Version:
6 lines 213 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. export function parsePipeCollection(value) { return value ? value.split("|") : []; } //# sourceMappingURL=parse-pipe-collection.js.map