| 44 | |
| 45 | declare namespace NodeJS { |
| 46 | interface Process { |
| 47 | // https://github.com/zeit/pkg#snapshot-filesystem |
| 48 | pkg?: { |
| 49 | entrypoint: string |
| 50 | defaultEntrypoint: string |
| 51 | } |
| 52 | } |
| 53 | } |
nothing calls this directly
no outgoing calls
no test coverage detected