We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ada71 commit 9d14c6fCopy full SHA for 9d14c6f
src/extract-package-api-effect.ts
@@ -16,7 +16,7 @@ export const extractPackageApiEffect = ({
16
pkg,
17
subpath = ".",
18
maxDepth = 5,
19
-}: ExtractPackageApiOptions) =>
+}: Omit<ExtractPackageApiOptions, "bunPath">) =>
20
Effect.gen(function* (_) {
21
const startTime = performance.now();
22
const pkgName = yield* _(packageName(pkg));
0 commit comments