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;

14 lines (9 loc) 196 B
'use strict' var subtokenize = require('./util/subtokenize.js') function postprocess(events) { while (!subtokenize(events)) { // Empty } return events } module.exports = postprocess