UNPKG

ejson

Version:

EJSON - Extended and Extensible JSON library from Meteor made compatible for Nodejs and Browserify

9 lines (6 loc) 175 B
'use strict'; const { join } = require('path'); const { readFileSync } = require('fs'); module.exports = readFileSync(join(__dirname, 'bundle.js'), { encoding: 'utf8' });