trufflesuite/truffle

View on GitHub
packages/require/lib/sandboxGlobalContextTypes.ts

Summary

Maintainability
A
0 mins
Test Coverage
import type TruffleConfig from "@truffle/config";
import type Resolver from "@truffle/resolver";

export {};

declare global {
  const config: TruffleConfig;
  const artifacts: Resolver;
}