here

here-document on node.js

Usage no npm install needed!

<script type="module">
  import here from 'https://cdn.skypack.dev/here';
</script>

README

node-here.js

https://github.com/cho45/node-here.js

node-here.js is here-document feature for node.js.

SYNOPSYS

This is implemeneted with block comment syntax.

var here = require('here').here;

var string = here(/*
  foo
  bar
  baz
*/);

DESCRIPTION

here(/* document */)

here function returns block comment on argument as string.