atlassian-webresource-webpack-plugin
Version:
Auto-generates web-resource definitions from your webpacked code, for usage in an Atlassian product or plugin.
9 lines • 311 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.toTrimmedString = void 0;
const toTrimmedString = (val) => {
const maybeStr = typeof val === 'string' ? val : '';
return maybeStr.trim();
};
exports.toTrimmedString = toTrimmedString;
//# sourceMappingURL=string.js.map
;