UNPKG

@gnus.ai/upgrade-safe-transpiler-diamond

Version:

Solidity preprocessor used to generate OpenZeppelin Contracts Upgrade Safe using Diamond Pattern (EIP-2535).

11 lines 325 B
import { StructuredDocumentation } from 'solidity-ast'; interface NatspecTag { title: string; tag: string; args: string; } export declare function extractNatspec(node: { documentation?: string | StructuredDocumentation | null; }): Generator<NatspecTag>; export {}; //# sourceMappingURL=extractNatspec.d.ts.map