UNPKG
@themost/jspa
Version:
latest (2.0.0)
2.0.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.1
MOST Web Framework Persistence API
github.com/themost-framework/jspa
themost-framework/jspa
@themost/jspa
/
listener
/
dist
/
calculateAttributeValue.d.ts
3 lines
(2 loc)
•
135 B
TypeScript
View Raw
1
2
3
import
{
PreUpdateEvent
}
from
'@themost/jspa'
;
export
declare
function
calculateAttributeValue
(
event: PreUpdateEvent
):
Promise
<
void
>;