sindresorhus / p-memoize

Memoize promise-returning & async functions
MIT License
396 stars 30 forks source link

Missing type-fest package in package.json #51

Closed marcinbien closed 2 years ago

marcinbien commented 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.