@bigbinary/neeto-playwright-commons 1.12.11 → 1.13.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -231,7 +231,7 @@ export const handleUtilityMethods = (node, entityTitleToDescMapOfAllFiles) => {
231
231
  const members =
232
232
  node?.declarations?.[0]?.id?.typeAnnotation?.typeAnnotation?.members;
233
233
 
234
- members.map(methodNode => {
234
+ members?.map(methodNode => {
235
235
  handleEntity(
236
236
  methodNode,
237
237
  entityTitleToDescMapOfAllFiles,