forgot to export this

This commit is contained in:
Nuckyz 2024-06-21 05:05:44 -03:00
parent ef512e6ea1
commit 6b811dce55
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -444,7 +444,7 @@ export function mapMangledModule<S extends PropertyKey>(code: string | string[],
return result;
}
type CacheFindResult = {
export type CacheFindResult = {
/** The find result. `undefined` if nothing was found */
result?: any;
/** The id of the module exporting where the result was found. `undefined` if nothing was found */