| 11 | const hasOwnProp = Object.prototype.hasOwnProperty |
| 12 | |
| 13 | export interface BundleOptions { |
| 14 | intro?: string |
| 15 | separator?: string |
| 16 | } |
| 17 | |
| 18 | interface BundleSourceDescription { |
| 19 | filename?: string |
nothing calls this directly
no outgoing calls
no test coverage detected