File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
- # Redux TypeScript Actions [ ![ Build Status] ( https:// travis-ci.org/aikoven/redux-typescript-actions.svg?branch=master )] ( https:// travis-ci.org/aikoven/redux-typescript-actions )
1
+ # Redux TypeScript Actions [ ![ npm version ] [ npm-image ]] [ npm-url ] [ ![ Build Status] [ travis-image ]] [ travis-url ]
2
2
3
3
A simple Action Creator library for TypeScript. Its goal is to provide simple
4
4
yet type-safe experience with Redux actions.
@@ -151,3 +151,8 @@ if (isType(action, somethingHappened)) {
151
151
// action.payload has type {foo: string};
152
152
}
153
153
` ` `
154
+
155
+ [npm-image]: https://badge.fury.io/js/redux-typescript-actions.svg
156
+ [npm-url]: https://badge.fury.io/js/redux-typescript-actions
157
+ [travis-image]: https://travis-ci.org/aikoven/redux-typescript-actions.svg?branch=master
158
+ [travis-url]: https://travis-ci.org/aikoven/redux-typescript-actions
You can’t perform that action at this time.
0 commit comments