Files
Manmics/mangashelf-server/node_modules/@honeo/check/_is/_template.mjs
T
2025-10-10 18:00:07 -04:00

10 lines
86 B
JavaScript

/*
comment
*/
function isHoge(arg){
return arg;
}
export default isHoge;