Skip to content
This repository was archived by the owner on Oct 28, 2022. It is now read-only.

Commit 6cdf6bf

Browse files
author
NOPR9D
committed
feat: create observable method | types
1 parent ef94798 commit 6cdf6bf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nopr3d/vue-next-rx",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "RxJs for Vue 3",
55
"author": "Boucham Amine",
66
"license": "MIT",

types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ declare module "vue" {
5252
options?: WatchOptions
5353
): Observable<WatchObservable<T>>;
5454
$fromDOMEvent(selector: string | null, event: string): Observable<Event>;
55+
$createObservableMethod(methodName: string): Observable<any>;
5556
}
5657
}
5758
export function install(app: App): void;

0 commit comments

Comments
 (0)