6 lines
102 B
JavaScript
Raw Normal View History

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