UNPKG

reqack

Version:

elastic logic circuit tools

9 lines (7 loc) 197 B
'use strict'; module.exports = size => { const body = (Math.abs(size) > 1) ? '[' + (Math.abs(size) - 1) + ':0]' : ''; return ((' ').repeat(20) + body + ' ').slice(-12); };