MCPcopy
hub / github.com/donmccurdy/glTF-Transform / ImportMetaEnv

Interface ImportMetaEnv

packages/global.d.ts:10–12  ·  view source on GitHub ↗

* Global internal type definitions. * * Definitions provided here cannot be used in public APIs, as they aren't * bundled with the published packages. declaring an interface that depends on * them will yield, "Property 'X' of exported interface has or is using private * name 'Y'.ts(4033)".

Source from the content-addressed store, hash-verified

8 */
9
10interface ImportMetaEnv {
11 readonly PACKAGE_VERSION: string;
12}
13
14// biome-ignore lint/correctness/noUnusedVariables: Ambient type definition.
15interface ImportMeta {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected