sol2uml
Version:
Solidity contract visualisation tool.
7 lines (6 loc) • 321 B
TypeScript
export declare const ethereumAddress: RegExp;
export declare const ethereumAddresses: RegExp;
export declare const bytes32: RegExp;
export declare const commaSeparatedList: RegExp;
export declare const isAddress: (input: string) => boolean;
export declare const parseSolidityVersion: (compilerVersion: string) => string;