UNPKG

derby

Version:

MVC framework making it easy to write realtime, collaborative applications that run in both Node.js and browsers.

4 lines (3 loc) 247 B
export function onStringInsert(el: any, previous: any, index: any, text: any): void; export function onStringRemove(el: any, previous: any, index: any, howMany: any): void; export function onTextInput(model: any, segments: any, value: any): void;