We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
composeWithRest
1 parent 9bb1893 commit e462abeCopy full SHA for e462abe
package.json
@@ -51,7 +51,7 @@
51
"node-fetch": "^1.7.3",
52
"prettier": "^1.7.4",
53
"rimraf": "^2.6.2",
54
- "semantic-release": "^8.2.1"
+ "semantic-release": "^8.2.0"
55
},
56
"config": {
57
"commitizen": {
src/index.js
@@ -0,0 +1,7 @@
1
+/* @flow */
2
+
3
+import ObjectParser from './ObjectParser';
4
5
+const composeWithRest = ObjectParser.createTC.bind(ObjectParser);
6
7
+export default composeWithRest;
0 commit comments