package.dist.declarations.src.index.d.ts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of memoize Show documentation
Show all versions of memoize Show documentation
emotion's memoize utility
The newest version!
export default function memoize(fn: (arg: string) => V): (arg: string) => V;