arquero
Version:
Query processing and transformation of array-backed data tables.
8 lines (7 loc) • 323 B
TypeScript
/**
* Annotate an expression in an object wrapper.
* @param {string|Function|object} expr An expression to annotate.
* @param {object} properties The properties to annotate with.
* @return {object} A new wrapped expression object.
*/
export function wrap(expr: string | Function | object, properties: object): object;