This website requires JavaScript.
Explore
Help
Sign In
suroh
/
work.suroh.tk
Watch
0
Star
0
Fork
You've already forked work.suroh.tk
0
Code
Pull Requests
Actions
Activity
e31f2daf2e
work.suroh.tk
/
node_modules
/
@11ty
/
eleventy
/
test
/
stubs
/
function-buffer.11ty.js
4 lines
82 B
JavaScript
Raw
Blame
History
module
.
exports
=
function
(
data
)
{
return
Buffer
.
from
(
`
<p>
${
data
.
name
}
</p>
`
)
;
}
;
View Git Blame
Copy Permalink