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