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) 224 B
import {BufferEncoding} from './shared-types' type PreprocessReturn = ( value: string, encoding: BufferEncoding, end?: boolean ) => string[] declare function preprocess(): PreprocessReturn export default preprocess