Closed marcinbien closed 2 years ago
In https://github.com/sindresorhus/p-memoize/blob/main/index.ts#L2 you're importing
import type {AsyncReturnType} from 'type-fest';
but in package.json there is no dependency to that package.
package.json
In https://github.com/sindresorhus/p-memoize/blob/main/index.ts#L2 you're importing
but in
package.json
there is no dependency to that package.