9 lines
160 B
JavaScript
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
|
|
|