Interface ImportCallOptions

    The type for the optional second argument to import().

    If your host environment supports additional options, this type may be augmented via interface merging.

    interface ImportCallOptions {
        assert?: ImportAssertions;
        with?: ImportAttributes;
    }

    Properties

    Properties