chore: fix JSDoc

This commit is contained in:
Julien Huang 2025-01-11 21:51:42 +01:00
parent c318bcc9a2
commit 182628ad7d

View File

@ -7,7 +7,7 @@ export function toArray<T> (value: T | T[]): T[] {
export const MODE_RE = /\.(server|client)(\.\w+)*$/ export const MODE_RE = /\.(server|client)(\.\w+)*$/
/** /**
* @internal
* async local storage for the name of the current nuxt instance * async local storage for the name of the current nuxt instance
* @internal
*/ */
export const asyncNameStorage = new AsyncLocalStorage<string>() export const asyncNameStorage = new AsyncLocalStorage<string>()