mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-22 11:22:43 +00:00
chore: fix JSDoc
This commit is contained in:
parent
c318bcc9a2
commit
182628ad7d
@ -7,7 +7,7 @@ export function toArray<T> (value: T | T[]): T[] {
|
||||
|
||||
export const MODE_RE = /\.(server|client)(\.\w+)*$/
|
||||
/**
|
||||
* @internal
|
||||
* async local storage for the name of the current nuxt instance
|
||||
* @internal
|
||||
*/
|
||||
export const asyncNameStorage = new AsyncLocalStorage<string>()
|
||||
|
Loading…
Reference in New Issue
Block a user