UNPKG

taggedjs

Version:

tagged template reactive html

3 lines (2 loc) 125 B
import { Subject } from './Subject.class.js'; export declare function combineLatest(subjects: Subject<any>[]): Subject<any>;