@solvprotocol/upgrade-safe-transpiler
Version:
Solidity preprocessor used to generate OpenZeppelin Contracts Upgrade Safe.
11 lines • 325 B
TypeScript
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