UNPKG

@protobuf-ts/plugin-framework

Version:
7 lines (6 loc) 216 B
import * as ts from "typescript"; /** * Provide a function statement as plain text, receive a * method declaration. */ export declare function typescriptMethodFromText(functionText: string): ts.MethodDeclaration;