This commit is contained in:
1288
2026-06-08 21:26:47 +08:00
commit e6189144d7
6059 changed files with 1254006 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
import Disposable from "./disposable.mjs";
import { BehaviorSubject } from "./rx.mjs";
export declare function createObservable(win: Window): BehaviorSubject<number> & Disposable;