UNPKG

ofx4js

Version:

A javascript OFX library, ported from OFX4J

14 lines (13 loc) 286 B
/** * Annotation for a method that returns an OFX aggregate. */ export declare class Aggregate { private _value; constructor(value: string); /** * The name of the aggregate. * * @return The name of the aggregate. */ value(): string; }