Files
ares/public/assets/htmx/preprocess.js
Beyhan Oğur 4d92991817 first commit
2026-04-26 21:30:42 +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