UNPKG

tnt-observe

Version:
7 lines (4 loc) 156 B
"use strict"; import ObservableArray from './observe/array'; import ObservableObject from './observe/object'; export {ObservableArray, ObservableObject};