-
-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cb1903d
commit 5684e0f
Showing
9 changed files
with
17 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
|------------------------------------------------------------------------------------------------ | ||
| [email protected].5 | ||
| [email protected].6 | ||
| A state library core that integrates atom, signal, collection dep, derive and watch, | ||
| it supports all react like frameworks ( including react 18 ). | ||
|------------------------------------------------------------------------------------------------ | ||
|
@@ -68,7 +68,7 @@ import type { | |
} from './base'; | ||
|
||
export declare const cst: { | ||
VER: '4.1.5'; | ||
VER: '4.1.6'; | ||
LIMU_VER: string; | ||
EVENT_NAME: { | ||
/** 共享状态创建时的事件 */ | ||
|
@@ -747,6 +747,11 @@ interface IProduce { | |
*/ | ||
export declare function isDiff(val1: any, val2: any): boolean; | ||
|
||
/** | ||
* 来自 LimuUtils.isDraft,判断是否是草稿节点 | ||
*/ | ||
export declare function isDraft(mayDraft: any): boolean; | ||
|
||
export declare const produce: IProduce; | ||
|
||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.