()
| 113 | npm_install(pkg); |
| 114 | return require(pkg); |
| 115 | } |
| 116 | } |
| 117 | |
| 118 | async function getSharp(): Promise<any> { |
| 119 | if (!sharpPromise) sharpPromise = Promise.resolve(requireOrInstall("sharp")); |
| 120 | return sharpPromise; |
| 121 | } |
no test coverage detected