postcat/build/notarize.js
2022-07-06 09:18:35 +08:00

4 lines
70 B
JavaScript

exports.default = function notarizing(context) {
return context;
};