Skip to content

Instantly share code, notes, and snippets.

View geekrelief's full-sized avatar
🤖

Don-Duong Quach geekrelief

🤖
View GitHub Profile
function multilineString(_fn)
{
// takes a function with a multiline comment in it and converts it to a multiline string
//
// example:
// var str = loq.mstring(function(){
// /*
// 123
// abc
// */});