UNPKG

file2html-ooxml

Version:
7 lines (6 loc) 176 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function boldStyle(style) { return style + 'font-weight:bold;'; } exports.default = boldStyle;