web-file? ( path -- ? )


Vocabulary
codebase-analyzer

Inputs
pathan object


Outputs
?an object


Definition


: web-file? ( path -- ? )
>lower file-extension {
"css"
"scss"
"js"
"jsx"
"ejs"
"mjs"
"ts"
"tsx"
"json"
"html"
"less"
"mustache"
"snap"
"wasm"
} member? ;