UNPKG

@shko.online/dataverse-odata

Version:

This package will help parse OData strings (only the Microsoft Dataverse subset). It can be used as a validator, or you can build some javascript library which consumes the output of this library.

7 lines 328 B
import type { ODataQuery } from './OData.types'; /** * Parses the {@link ODataSelect.$select $select} query * @returns {boolean} Returns `false` when the parse has an error */ export declare const getSelectFromParser: (parser: URLSearchParams, result: ODataQuery) => boolean; //# sourceMappingURL=getSelectFromParser.d.ts.map