UNPKG

@azure/search-documents

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