setup-miniconda
    Preparing search index...

    Interface IToolUpdates

    The options and package specs to add to the base environment.

    interface IToolUpdates {
        options: IDynamicOptions;
        tools: string[];
    }
    Index

    Properties

    Properties

    tools: string[]