UNPKG

@azure/search-documents

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