UNPKG

@magnetarjs/utils

Version:

Magnetar utils like a logger for easier development

7 lines (6 loc) 227 B
/** * Parses a value found at the field path, in order to be able to make a better comparison. * * TODO: find a way for the plugins to be able to define this. */ export declare function parseValueForFilters(val: any): any;