UNPKG

dop-stick

Version:

Source control tooling for versionable-upgradeable smart contracts

7 lines 244 B
import { DopStickConfig } from '../../types/config'; interface ConfigLoadOptions { requireUpgrades?: boolean; } export declare function loadConfig(options?: ConfigLoadOptions): DopStickConfig; export {}; //# sourceMappingURL=config.d.ts.map