@nomiclabs/buidler
Version:
Buidler is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.
5 lines • 315 B
TypeScript
export declare function readAnalyticsId(): Promise<string | null>;
export declare function readLegacyAnalyticsId(): Promise<string | null>;
export declare function writeAnalyticsId(clientId: string): Promise<void>;
export declare function getCompilersDir(): Promise<string>;
//# sourceMappingURL=global-dir.d.ts.map