UNPKG

st-bundle

Version:

CLI for watching and bundling SpringType projects.

9 lines (8 loc) 331 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function wrapContents(contents, useDefault) { return `${useDefault ? 'Object.defineProperty(exports, "__esModule", { value: true });\nmodule.exports.default' : 'module.exports'} = ${contents};`; } exports.wrapContents = wrapContents;