@evefrontier/dapp-kit - v0.1.9
    Preparing search index...

    Type Alias GlobalProcess

    type GlobalProcess = {
        env?: Record<string, string | undefined>;
        cwd?: () => string;
    }
    Index

    Properties

    Properties

    env?: Record<string, string | undefined>
    cwd?: () => string