5 lines
80 B
JavaScript
Raw Normal View History

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