UNPKG

aurelia-pal-nodejs

Version:

The Node.js-specific implementation of Aurelia's platform abstraction layer.

6 lines (5 loc) 143 B
export interface IObserver { target: Node; options?: MutationObserverInit; callback: (mutations: MutationRecord[]) => void; }