UNPKG

@odata/parser

Version:
9 lines (8 loc) 283 B
import { Edm } from '@odata/metadata'; export type ODataVersion = 'v2' | 'v4'; /** * * @param value primitive literal value * @returns the string representation */ export declare function convertPrimitiveValueToString(value: Edm.PrimitiveTypeValue, version?: ODataVersion): any;