UNPKG

jsedn

Version:

js implementation of edn

9 lines (6 loc) 223 B
// Generated by CoffeeScript 1.6.1 (function() { module.exports = function(string) { return "return require('jsedn').parse(\"" + (string.replace(/"/g, '\\"').replace(/\n/g, " ").trim()) + "\")"; }; }).call(this);