Files
aresv2/public/assets/htmx/preprocess.js
Beyhan Oğur 4362c3b83f first commit
2026-04-26 21:33:39 +03:00

9 lines
160 B
JavaScript

// TODO: maybe set delim and preproc on the HTMX() object, or pass it in an options obj
function preprocess (res){
return res
}
module.exports= preprocess