| 20 | // NOTE: this interface only defines the fields in the package.json that are |
| 21 | // used in this script |
| 22 | interface PartialPackageManifest { |
| 23 | main?: string; |
| 24 | } |
| 25 | |
| 26 | /** |
| 27 | * A heuristic to convert the `main` value from the package.json from its output |
nothing calls this directly
no outgoing calls
no test coverage detected