ts-morph-structures

Home > ts-morph-structures > MethodDeclarationImpl > fromSignature

MethodDeclarationImpl.fromSignature() method

Signature:

static fromSignature(isStatic: boolean, signature: MethodSignatureImpl): MethodDeclarationImpl;

Parameters

Parameter Type Description
isStatic boolean  
signature MethodSignatureImpl  

Returns:

MethodDeclarationImpl