bpms_site/.svn/pristine/58/58951624681e690ce01428a33a4e393c8e9986f8.svn-base
2025-11-02 16:38:49 +03:30

17 lines
344 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "wrapNormalizerFn", {
enumerable: true,
get: function() {
return wrapNormalizerFn;
}
});
function wrapNormalizerFn(fn) {
return {
normalize: fn
};
}
//# sourceMappingURL=wrap-normalizer-fn.js.map