Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
feat: add batchFileToOperations to the func module
Browse files Browse the repository at this point in the history
  • Loading branch information
gjgd committed Nov 21, 2019
1 parent 2c4d243 commit 1aec403
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/element-lib/src/func/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ module.exports = {
decodeJson: require('./decodeJson'),
encodeJson: require('./encodeJson'),
requestBodyToEncodedOperation: require('./requestBodyToEncodedOperation'),
batchFileToOperations: require('./batchFileToOperations'),
};

0 comments on commit 1aec403

Please sign in to comment.