@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.
8 lines (7 loc) • 321 B
TypeScript
import { ODataQuery } from './OData.types';
/**
* Parses the {@link ODataExpand.$expand $expand} query
* @returns Returns `false` when the parse has an error
*/
export declare const getExpandFromParser: (parser: URLSearchParams, result: ODataQuery) => boolean;
//# sourceMappingURL=getExpandFromParser.d.ts.map