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 (9 loc) 151 B
"use strict"; function normalOpts (opts, syntax) { if (!opts) { opts = {}; } opts.syntax = syntax; return opts; } module.exports = normalOpts;