Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/dobPublic

Commit48b61fb

Browse files
committed
feat: export Event
1 parent997a5ff commit48b61fb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-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":"dob",
3-
"version":"2.5.6",
3+
"version":"2.5.7",
44
"description":"",
55
"main":"built/src/index.js",
66
"types":"src/index.ts",

‎src/index.ts‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import{inject,injectFactoryascombineStores}from"dependency-inject"
22
import{Atom}from"./atom"
33
import"./debug"
4+
import{Event}from"./event"
45
import{globalState,IDebugInfo}from"./global-state"
56
import{Action,isObservable,observable,observe,Static}from"./observer"
67
import{Reaction}from"./reaction"
@@ -32,4 +33,6 @@ export {
3233

3334
globalState,
3435
dobEvent,
36+
37+
Event
3538
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp