UNPKG
ofx4js
Version:
latest (2.1.0)
2.1.0
2.0.1
2.0.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A javascript OFX library, ported from OFX4J
github.com/arolson101/ofx4js
arolson101/ofx4js
ofx4js
/
lib
/
meta
/
ChildAggregate_add.d.ts
3 lines
(2 loc)
•
163 B
TypeScript
View Raw
1
2
3
import
{
ChildAggregateParams
}
from
"./ChildAggregate"
;
export
declare
function
ChildAggregate
_add<
Type
>(
clazz
:
any
,
params
:
ChildAggregateParams
<
Type
>):
void
;