</div></section></div></details></section></section><sectionclass="tsd-panel-group tsd-member-group"><h2>Properties</h2><sectionclass="tsd-panel tsd-member tsd-is-external"><aid="dirname"class="tsd-anchor"></a><h3class="tsd-anchor-link"><span>dirname</span><ahref="#dirname"aria-label="Permalink"class="tsd-anchor-icon"><svgviewBox="0 0 24 24"><usehref="../assets/icons.svg#icon-anchor"></use></svg></a></h3><divclass="tsd-signature"><spanclass="tsd-kind-property">dirname</span><spanclass="tsd-signature-symbol">:</span><spanclass="tsd-signature-type">string</span></div><divclass="tsd-comment tsd-typography"><p>The directory name of the current module. This is the same as the <code>path.dirname()</code> of the <code>import.meta.filename</code>.
<strong>Caveat:</strong> only present on <code>file:</code> modules.</p>
</div><divclass="tsd-comment tsd-typography"></div><asideclass="tsd-sources"><ul><li>Defined in node_modules/@types/node/module.d.ts:283</li></ul></aside></section><sectionclass="tsd-panel tsd-member tsd-is-external"><aid="env"class="tsd-anchor"></a><h3class="tsd-anchor-link"><codeclass="tsd-tag ts-flagReadonly">Readonly</code><span>env</span><ahref="#env"aria-label="Permalink"class="tsd-anchor-icon"><svgviewBox="0 0 24 24"><usehref="../assets/icons.svg#icon-anchor"></use></svg></a></h3><divclass="tsd-signature"><spanclass="tsd-kind-property">env</span><spanclass="tsd-signature-symbol">:</span><ahref="vite_env.ImportMetaEnv.html"class="tsd-signature-type tsd-kind-interface">ImportMetaEnv</a></div><asideclass="tsd-sources"><ul><li>Defined in node_modules/vite/types/importMeta.d.ts:19</li><li>Defined in <ahref="https://github.com/pagefaultgames/pokerogue/blob/f7f8988cdb7fb74b2a978072139d1db6840ba7e4/src/vite.env.d.ts#L11">src/vite.env.d.ts:11</a></li></ul></aside></section><sectionclass="tsd-panel tsd-member tsd-is-external"><aid="filename"class="tsd-anchor"></a><h3class="tsd-anchor-link"><span>filename</span><ahref="#filename"aria-label="Permalink"class="tsd-anchor-icon"><svgviewBox="0 0 24 24"><usehref="../assets/icons.svg#icon-anchor"></use></svg></a></h3><divclass="tsd-signature"><spanclass="tsd-kind-property">filename</span><spanclass="tsd-signature-symbol">:</span><spanclass="tsd-signature-type">string</span></div><divclass="tsd-comment tsd-typography"><p>The full absolute path and filename of the current module, with symlinks resolved.
</div><asideclass="tsd-sources"><ul><li>Defined in node_modules/vite/types/importMeta.d.ts:25</li></ul></aside></section><sectionclass="tsd-panel tsd-member tsd-is-external"><aid="hot"class="tsd-anchor"></a><h3class="tsd-anchor-link"><codeclass="tsd-tag ts-flagOptional">Optional</code><codeclass="tsd-tag ts-flagReadonly">Readonly</code><span>hot</span><ahref="#hot"aria-label="Permalink"class="tsd-anchor-icon"><svgviewBox="0 0 24 24"><usehref="../assets/icons.svg#icon-anchor"></use></svg></a></h3><divclass="tsd-signature"><spanclass="tsd-kind-property">hot</span><spanclass="tsd-signature-symbol">?:</span><spanclass="tsd-signature-type">ViteHotContext</span></div><asideclass="tsd-sources"><ul><li>Defined in node_modules/vite/types/importMeta.d.ts:17</li></ul></aside></section><sectionclass="tsd-panel tsd-member tsd-is-external"><aid="url"class="tsd-anchor"></a><h3class="tsd-anchor-link"><span>url</span><ahref="#url"aria-label="Permalink"class="tsd-anchor-icon"><svgviewBox="0 0 24 24"><usehref="../assets/icons.svg#icon-anchor"></use></svg></a></h3><divclass="tsd-signature"><spanclass="tsd-kind-property">url</span><spanclass="tsd-signature-symbol">:</span><spanclass="tsd-signature-type">string</span></div><divclass="tsd-comment tsd-typography"><p>The absolute <code>file:</code> URL of the module.</p>
</div><divclass="tsd-comment tsd-typography"></div><asideclass="tsd-sources"><ul><li>Defined in node_modules/typescript/lib/lib.dom.d.ts:680</li><li>Defined in node_modules/vite/types/importMeta.d.ts:15</li><li>Defined in node_modules/@types/node/module.d.ts:293</li></ul></aside></section></section><sectionclass="tsd-panel-group tsd-member-group"><h2>Methods</h2><sectionclass="tsd-panel tsd-member tsd-is-external"><aid="resolve"class="tsd-anchor"></a><h3class="tsd-anchor-link"><span>resolve</span><ahref="#resolve"aria-label="Permalink"class="tsd-anchor-icon"><svgviewBox="0 0 24 24"><usehref="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ulclass="tsd-signatures tsd-is-external"><liclass="tsd-signature tsd-anchor-link"><aid="resolve.resolve-1"class="tsd-anchor"></a><spanclass="tsd-kind-call-signature">resolve</span><spanclass="tsd-signature-symbol">(</span><spanclass="tsd-kind-parameter">specifier</span>, <spanclass="tsd-kind-parameter">parent</span><spanclass="tsd-signature-symbol">?</span><spanclass="tsd-signature-symbol">)</span><spanclass="tsd-signature-symbol">: </span><spanclass="tsd-signature-type">string</span><ahref="#resolve.resolve-1"aria-label="Permalink"class="tsd-anchor-icon"><svgviewBox="0 0 24 24"><usehref="../assets/icons.svg#icon-anchor"></use></svg></a></li><liclass="tsd-description"><divclass="tsd-comment tsd-typography"><p>Provides a module-relative resolution function scoped to each module, returning
the URL string.</p>
<p>Second <code>parent</code> parameter is only used when the <code>--experimental-import-meta-resolve</code>
command flag enabled.</p>
</div><divclass="tsd-parameters"><h4class="tsd-parameters-title">Parameters</h4><ulclass="tsd-parameter-list"><li><span><spanclass="tsd-kind-parameter">specifier</span>: <spanclass="tsd-signature-type">string</span></span><divclass="tsd-comment tsd-typography"><p>The module specifier to resolve relative to <code>parent</code>.</p>