UNPKG

boa-vdom

Version:

A virtual dom library for b-o-a

5 lines (4 loc) 138 B
export declare type VDOM = any; export declare type Patches = any; declare const diff: (current: any, next: any) => any; export { diff };