Sha256: d23a417fb41cb53de82306499d7529ed757ddfa0924ec27ef89d2e84b9edc98d

Contents?: true

Size: 715 Bytes

Versions: 23

Compression:

Stored size: 715 Bytes

Contents

{"version":3,"sources":["../src/drawRow.js"],"names":["columns","border","bodyLeft","join","bodyJoin","bodyRight"],"mappings":";;;;;;;AAAA;;;;;;;AAOA;;;;;iBAKgBA,O,EAASC,M,KAAW;AAClC,SAAOA,MAAM,CAACC,QAAP,GAAkBF,OAAO,CAACG,IAAR,CAAaF,MAAM,CAACG,QAApB,CAAlB,GAAkDH,MAAM,CAACI,SAAzD,GAAqE,IAA5E;AACD,C","sourcesContent":["/**\n * @typedef {Object} drawRow~border\n * @property {string} bodyLeft\n * @property {string} bodyRight\n * @property {string} bodyJoin\n */\n\n/**\n * @param {number[]} columns\n * @param {drawRow~border} border\n * @returns {string}\n */\nexport default (columns, border) => {\n  return border.bodyLeft + columns.join(border.bodyJoin) + border.bodyRight + '\\n';\n};\n"],"file":"drawRow.js"}

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
trusty-cms-5.0.7 node_modules/table/dist/drawRow.js.map
trusty-cms-5.0.6 node_modules/table/dist/drawRow.js.map
trusty-cms-5.0.5 node_modules/table/dist/drawRow.js.map
trusty-cms-5.0.4 node_modules/table/dist/drawRow.js.map
trusty-cms-5.0.3 node_modules/table/dist/drawRow.js.map
trusty-cms-5.0.2 node_modules/table/dist/drawRow.js.map
trusty-cms-5.0.1 node_modules/table/dist/drawRow.js.map
trusty-cms-4.3.5 node_modules/table/dist/drawRow.js.map
trusty-cms-5.0.0 node_modules/table/dist/drawRow.js.map
trusty-cms-4.3.4 node_modules/table/dist/drawRow.js.map
trusty-cms-4.3.3 node_modules/table/dist/drawRow.js.map
trusty-cms-4.3.2 node_modules/table/dist/drawRow.js.map
trusty-cms-4.3.1 node_modules/table/dist/drawRow.js.map
trusty-cms-4.3 node_modules/table/dist/drawRow.js.map
trusty-cms-4.2.3 node_modules/table/dist/drawRow.js.map
trusty-cms-4.2.2 node_modules/table/dist/drawRow.js.map
trusty-cms-4.2.1 node_modules/table/dist/drawRow.js.map
trusty-cms-4.2 node_modules/table/dist/drawRow.js.map
trusty-cms-4.1.9 node_modules/table/dist/drawRow.js.map
trusty-cms-4.1.8 node_modules/table/dist/drawRow.js.map