Files
enviPy-bayer/static/js/ketcher2/node_modules/es5-ext/function/constant.js
2025-06-23 20:13:54 +02:00

8 lines
96 B
JavaScript

"use strict";
module.exports = function (value) {
return function () {
return value;
};
};