Public vals
6
stainless_em
memoizeByVersion
* Memoize an async function's result using blob storage, keyed by the val's version
* @param fn The async function to memoize
* @param metaUrl The import.meta.url of the current val
* @returns The result of the memoized function
Script