@launchdarkly/observability + @launchdarkly/session-replay
    Preparing search index...

    Interface ImportMeta

    The type of import.meta.

    If you need to declare that a given property exists on import.meta, this type may be augmented via interface merging.

    interface ImportMeta {
        env: ImportMetaEnv;
    }

    Hierarchy

    • ImportMetaDOMCompat
      • ImportMeta
    Index

    Properties

    Properties