MCPcopy Create free account
hub / github.com/nuxt/icon / constructor

Method constructor

src/context.ts:19–22  ·  view source on GitHub ↗
(
    public readonly nuxt: Nuxt,
    public readonly options: ModuleOptions,
  )

Source from the content-addressed store, hash-verified

17
18export class NuxtIconModuleContext {
19 constructor(
20 public readonly nuxt: Nuxt,
21 public readonly options: ModuleOptions,
22 ) { }
23
24 public clientBundleVersion = 0
25 public scannedIcons = new Set<string>()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected