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;

6 lines (4 loc) 207 B
'use strict'; const stripIndent = require('strip-indent'); const indentString = require('indent-string'); module.exports = (string, count = 0, options) => indentString(stripIndent(string), count, options);