Interface ImportMeta

    interface ImportMeta {
        url: string;
        resolve(specifier: string): string;
    }

    Properties

    Methods

    Properties

    url: string

    Methods

    • Parameters

      • specifier: string

      Returns string