UNPKG

el-beeswarm

Version:

<div style="display: flex; padding: 1rem; flex-direction: column; align-items: center; justify-content: center; height: 100vh; text-align: center; display: flex;

12 lines (8 loc) 172 B
'use strict'; const parse = require('./object-parse'); const stringify = require('./object-stringify'); const syntax = { parse, stringify, }; module.exports = syntax;