ReadonlyhasName: <T extends Structure>(structure: T) => structure is T & { name: string }Gets if the provided structure has a name.
ReadonlyisAbstractable: <T_10>(structure: T_10) => structure is T_10 & AbstractableNodeStructureGets if the provided structure is a AbstractableNodeStructure.
ReadonlyisAmbientable: <T_11>(structure: T_11) => structure is T_11 & AmbientableNodeStructureGets if the provided structure is a AmbientableNodeStructure.
ReadonlyisAsyncable: <T_19>(structure: T_19) => structure is T_19 & AsyncableNodeStructureGets if the provided structure is a AsyncableNodeStructure.
ReadonlyisBindingNamed: <T_31>(structure: T_31) => structure is T_31 & BindingNamedNodeStructureGets if the provided structure is a BindingNamedNodeStructure.
ReadonlyisCallSignature: (structure: unknown) => structure is CallSignatureDeclarationStructureGets if the provided structure is a CallSignatureDeclarationStructure.
ReadonlyisClass: (structure: unknown) => structure is ClassDeclarationStructureGets if the provided structure is a ClassDeclarationStructure.
ReadonlyisClassLikeDeclarationBase: <T_6>(structure: T_6) => structure is T_6 & ClassLikeDeclarationBaseStructureGets if the provided structure is a ClassLikeDeclarationBaseStructure.
ReadonlyisClassStaticBlock: (structure: unknown) => structure is ClassStaticBlockDeclarationStructureGets if the provided structure is a ClassStaticBlockDeclarationStructure.
ReadonlyisConstructor: (structure: unknown) => structure is ConstructorDeclarationStructureGets if the provided structure is a ConstructorDeclarationStructure.
ReadonlyisConstructorDeclarationOverload: (structure: unknown) => structure is ConstructorDeclarationOverloadStructureGets if the provided structure is a ConstructorDeclarationOverloadStructure.
ReadonlyisConstructSignature: (structure: unknown) => structure is ConstructSignatureDeclarationStructureGets if the provided structure is a ConstructSignatureDeclarationStructure.
ReadonlyisDecoratable: <T_9>(structure: T_9) => structure is T_9 & DecoratableNodeStructureGets if the provided structure is a DecoratableNodeStructure.
ReadonlyisDecorator: (structure: unknown) => structure is DecoratorStructureGets if the provided structure is a DecoratorStructure.
ReadonlyisEnum: (structure: unknown) => structure is EnumDeclarationStructureGets if the provided structure is a EnumDeclarationStructure.
ReadonlyisEnumMember: (structure: unknown) => structure is EnumMemberStructureGets if the provided structure is a EnumMemberStructure.
ReadonlyisExclamationTokenable: <T_34>(structure: T_34) => structure is T_34 & ExclamationTokenableNodeStructureGets if the provided structure is a ExclamationTokenableNodeStructure.
ReadonlyisExportable: <T_12>(structure: T_12) => structure is T_12 & ExportableNodeStructureGets if the provided structure is a ExportableNodeStructure.
ReadonlyisExportAssignment: (structure: unknown) => structure is ExportAssignmentStructureGets if the provided structure is a ExportAssignmentStructure.
ReadonlyisExportDeclaration: (structure: unknown) => structure is ExportDeclarationStructureGets if the provided structure is a ExportDeclarationStructure.
ReadonlyisExportSpecifier: (structure: unknown) => structure is ExportSpecifierStructureGets if the provided structure is a ExportSpecifierStructure.
ReadonlyisExpressioned: <T_35>(structure: T_35) => structure is T_35 & ExpressionedNodeStructureGets if the provided structure is a ExpressionedNodeStructure.
ReadonlyisExtendsClauseable: <T_24>(structure: T_24) => structure is T_24 & ExtendsClauseableNodeStructureGets if the provided structure is a ExtendsClauseableNodeStructure.
ReadonlyisFunction: (structure: unknown) => structure is FunctionDeclarationStructureGets if the provided structure is a FunctionDeclarationStructure.
ReadonlyisFunctionDeclarationOverload: (structure: unknown) => structure is FunctionDeclarationOverloadStructureGets if the provided structure is a FunctionDeclarationOverloadStructure.
ReadonlyisFunctionLike: <T_15>(structure: T_15) => structure is T_15 & FunctionLikeDeclarationStructureGets if the provided structure is a FunctionLikeDeclarationStructure.
ReadonlyisGeneratorable: <T_20>(structure: T_20) => structure is T_20 & GeneratorableNodeStructureGets if the provided structure is a GeneratorableNodeStructure.
ReadonlyisGetAccessor: (structure: unknown) => structure is GetAccessorDeclarationStructureGets if the provided structure is a GetAccessorDeclarationStructure.
ReadonlyisImplementsClauseable: <T_8>(structure: T_8) => structure is T_8 & ImplementsClauseableNodeStructureGets if the provided structure is a ImplementsClauseableNodeStructure.
ReadonlyisImportAttribute: (structure: unknown) => structure is ImportAttributeStructureGets if the provided structure is a ImportAttributeStructure.
ReadonlyisImportAttributeNamed: <T_22>(structure: T_22) => structure is T_22 & ImportAttributeNamedNodeStructureGets if the provided structure is a ImportAttributeNamedNodeStructure.
ReadonlyisImportDeclaration: (structure: unknown) => structure is ImportDeclarationStructureGets if the provided structure is a ImportDeclarationStructure.
ReadonlyisImportSpecifier: (structure: unknown) => structure is ImportSpecifierStructureGets if the provided structure is a ImportSpecifierStructure.
ReadonlyisIndexSignature: (structure: unknown) => structure is IndexSignatureDeclarationStructureGets if the provided structure is a IndexSignatureDeclarationStructure.
ReadonlyisInitializerExpressionable: <T_18>(Gets if the provided structure is a InitializerExpressionableNodeStructure.
ReadonlyisInterface: (structure: unknown) => structure is InterfaceDeclarationStructureGets if the provided structure is a InterfaceDeclarationStructure.
ReadonlyisJSDoc: (structure: unknown) => structure is JSDocStructureGets if the provided structure is a JSDocStructure.
ReadonlyisJSDocable: <T_1>(structure: T_1) => structure is T_1 & JSDocableNodeStructureGets if the provided structure is a JSDocableNodeStructure.
ReadonlyisJSDocTag: (structure: unknown) => structure is JSDocTagStructureGets if the provided structure is a JSDocTagStructure.
ReadonlyisJsxAttribute: (structure: unknown) => structure is JsxAttributeStructureGets if the provided structure is a JsxAttributeStructure.
ReadonlyisJsxAttributed: <T_27>(structure: T_27) => structure is T_27 & JsxAttributedNodeStructureGets if the provided structure is a JsxAttributedNodeStructure.
ReadonlyisJsxElement: (structure: unknown) => structure is JsxElementStructureGets if the provided structure is a JsxElementStructure.
ReadonlyisJsxSelfClosingElement: (structure: unknown) => structure is JsxSelfClosingElementStructureGets if the provided structure is a JsxSelfClosingElementStructure.
ReadonlyisJsxSpreadAttribute: (structure: unknown) => structure is JsxSpreadAttributeStructureGets if the provided structure is a JsxSpreadAttributeStructure.
ReadonlyisJsxTagNamed: <T_26>(structure: T_26) => structure is T_26 & JsxTagNamedNodeStructureGets if the provided structure is a JsxTagNamedNodeStructure.
ReadonlyisMethod: (structure: unknown) => structure is MethodDeclarationStructureGets if the provided structure is a MethodDeclarationStructure.
ReadonlyisMethodDeclarationOverload: (structure: unknown) => structure is MethodDeclarationOverloadStructureGets if the provided structure is a MethodDeclarationOverloadStructure.
ReadonlyisMethodSignature: (structure: unknown) => structure is MethodSignatureStructureGets if the provided structure is a MethodSignatureStructure.
ReadonlyisModule: (structure: unknown) => structure is ModuleDeclarationStructureGets if the provided structure is a ModuleDeclarationStructure.
ReadonlyisModuleNamed: <T_30>(structure: T_30) => structure is T_30 & ModuleNamedNodeStructureGets if the provided structure is a ModuleNamedNodeStructure.
ReadonlyisNameable: <T_7>(structure: T_7) => structure is T_7 & NameableNodeStructureGets if the provided structure is a NameableNodeStructure.
ReadonlyisNamed: <T_16>(structure: T_16) => structure is T_16 & NamedNodeStructureGets if the provided structure is a NamedNodeStructure.
ReadonlyisOverrideable: <T_29>(structure: T_29) => structure is T_29 & OverrideableNodeStructureGets if the provided structure is a OverrideableNodeStructure.
ReadonlyisParameter: (structure: unknown) => structure is ParameterDeclarationStructureGets if the provided structure is a ParameterDeclarationStructure.
ReadonlyisParametered: <T_3>(structure: T_3) => structure is T_3 & ParameteredNodeStructureGets if the provided structure is a ParameteredNodeStructure.
ReadonlyisProperty: (structure: unknown) => structure is PropertyDeclarationStructureGets if the provided structure is a PropertyDeclarationStructure.
ReadonlyisPropertyAssignment: (structure: unknown) => structure is PropertyAssignmentStructureGets if the provided structure is a PropertyAssignmentStructure.
ReadonlyisPropertyNamed: <T_17>(structure: T_17) => structure is T_17 & PropertyNamedNodeStructureGets if the provided structure is a PropertyNamedNodeStructure.
ReadonlyisPropertySignature: (structure: unknown) => structure is PropertySignatureStructureGets if the provided structure is a PropertySignatureStructure.
ReadonlyisQuestionTokenable: <T_28>(structure: T_28) => structure is T_28 & QuestionTokenableNodeStructureGets if the provided structure is a QuestionTokenableNodeStructure.
ReadonlyisReadonlyable: <T_23>(structure: T_23) => structure is T_23 & ReadonlyableNodeStructureGets if the provided structure is a ReadonlyableNodeStructure.
ReadonlyisReturnTyped: <T_4>(structure: T_4) => structure is T_4 & ReturnTypedNodeStructureGets if the provided structure is a ReturnTypedNodeStructure.
ReadonlyisScopeable: <T_33>(structure: T_33) => structure is T_33 & ScopeableNodeStructureGets if the provided structure is a ScopeableNodeStructure.
ReadonlyisScoped: <T_14>(structure: T_14) => structure is T_14 & ScopedNodeStructureGets if the provided structure is a ScopedNodeStructure.
ReadonlyisSetAccessor: (structure: unknown) => structure is SetAccessorDeclarationStructureGets if the provided structure is a SetAccessorDeclarationStructure.
ReadonlyisShorthandPropertyAssignment: (structure: unknown) => structure is ShorthandPropertyAssignmentStructureGets if the provided structure is a ShorthandPropertyAssignmentStructure.
ReadonlyisSignatured: <T_2>(structure: T_2) => structure is T_2 & SignaturedDeclarationStructureGets if the provided structure is a SignaturedDeclarationStructure.
ReadonlyisSourceFile: (structure: unknown) => structure is SourceFileStructureGets if the provided structure is a SourceFileStructure.
ReadonlyisSpreadAssignment: (structure: unknown) => structure is SpreadAssignmentStructureGets if the provided structure is a SpreadAssignmentStructure.
ReadonlyisStatemented: <T_13>(structure: T_13) => structure is T_13 & StatementedNodeStructureGets if the provided structure is a StatementedNodeStructure.
ReadonlyisStaticable: <T_21>(structure: T_21) => structure is T_21 & StaticableNodeStructureGets if the provided structure is a StaticableNodeStructure.
ReadonlyisTypeAlias: (structure: unknown) => structure is TypeAliasDeclarationStructureGets if the provided structure is a TypeAliasDeclarationStructure.
ReadonlyisTyped: <T_32>(structure: T_32) => structure is T_32 & TypedNodeStructureGets if the provided structure is a TypedNodeStructure.
ReadonlyisTypeElementMembered: <T_25>(structure: T_25) => structure is T_25 & TypeElementMemberedNodeStructureGets if the provided structure is a TypeElementMemberedNodeStructure.
ReadonlyisTypeParameter: (structure: unknown) => structure is TypeParameterDeclarationStructureGets if the provided structure is a TypeParameterDeclarationStructure.
ReadonlyisTypeParametered: <T_5>(structure: T_5) => structure is T_5 & TypeParameteredNodeStructureGets if the provided structure is a TypeParameteredNodeStructure.
ReadonlyisVariableDeclaration: (structure: unknown) => structure is VariableDeclarationStructureGets if the provided structure is a VariableDeclarationStructure.
ReadonlyisVariableStatement: (structure: unknown) => structure is VariableStatementStructureGets if the provided structure is a VariableStatementStructure.
Type guards for use on structures.