6 lines
102 B
JavaScript

export class OnChange {
onChange(changes) {
throw "OnChange.onChange is not implemented";
}
}