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

Commit3182aab

Browse files
author
keenondrums
committed
Add IActionStandardStatic interface
1 parenta989cfb commit3182aab

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

‎index.ts‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,7 @@ export abstract class ActionStandard<Payload = undefined, Meta = undefined> {
3333
return((this.constructorasany)asActionStandard).type
3434
}
3535
}
36+
37+
exportinterfaceIActionStandardStatic{
38+
type:string
39+
}

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"flux-action-class",
3-
"version":"1.0.0",
3+
"version":"1.0.1",
44
"description":"Boilerplate free class-based action creator. Following flux-standard-action spec. Built with TypeScript.",
55
"main":"dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp