()
| 76 | } |
| 77 | |
| 78 | export const installedLocally = function () { |
| 79 | return path.resolve(`${new URL(import.meta.url).pathname}/../../`).indexOf(process.cwd()) === 0 |
| 80 | } |
| 81 | |
| 82 | export const methodsOfObject = function (obj, className) { |
| 83 | const methods = [] |
no outgoing calls
no test coverage detected