Skip to main content

lightyear.getdelta

Home > @runlightyear/lightyear > getDelta

getDelta() function

Signature:
declare function getDelta(props: GetDeltaProps): Promise<{
changes: any;
more: any;
}>;

Parameters

ParameterTypeDescription
propsGetDeltaProps
Returns:

Promise<{ changes: any; more: any; }>