| 830 | } |
| 831 | const hasOwnProp = Object.prototype.hasOwnProperty; |
| 832 | class Bundle { |
| 833 | constructor(options = {}) { |
| 834 | this.intro = options.intro || ''; |
| 835 | this.separator = options.separator !== void 0 ? options.separator : '\n'; |
nothing calls this directly
no outgoing calls
no test coverage detected