bumpOverwrite function
Replaces the current value of the tag with the incoming one.
Implementation
BumpFn bumpOverwrite() {
return (value, delta) => delta;
}
Replaces the current value of the tag with the incoming one.
BumpFn bumpOverwrite() {
return (value, delta) => delta;
}